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
ith target strength assicated with the cue. |
String |
getTarget(int i)
Returns the
ith 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 NormedPrimingQuestionpublic int numberOfTargets()
numberOfTargets in interface NormedPrimingQuestionpublic String getTarget(int i)
ith target assicated with the cue.getTarget in interface NormedPrimingQuestionpublic double getStrength(int i)
ith target strength assicated with the cue.getStrength in interface NormedPrimingQuestionCopyright © 2012. All Rights Reserved.