public class SimpleNormedPrimingQuestion extends Object implements NormedPrimingQuestion
Constructor and Description |
---|
SimpleNormedPrimingQuestion(String cue,
String[] targets,
double[] strengths)
Creates a new
SimpleMultipleChoiceQuestion from the given pieces
of data. |
Modifier and Type | Method and Description |
---|---|
String |
getCue()
Returns the priming cue.
|
double |
getStrength(int i)
Returns the
i th target strength assicated with the cue. |
String |
getTarget(int i)
Returns the
i th target assicated with the cue. |
int |
numberOfTargets()
Returns the number of targets associated with the cue.
|
public SimpleNormedPrimingQuestion(String cue, String[] targets, double[] strengths)
SimpleMultipleChoiceQuestion
from the given pieces
of data.public String getCue()
getCue
in interface NormedPrimingQuestion
public int numberOfTargets()
numberOfTargets
in interface NormedPrimingQuestion
public String getTarget(int i)
i
th target assicated with the cue.getTarget
in interface NormedPrimingQuestion
public double getStrength(int i)
i
th target strength assicated with the cue.getStrength
in interface NormedPrimingQuestion
Copyright © 2012. All Rights Reserved.