|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lifl.magique.util.Answer
Multiple answers to a question are stored in an AnswerVector. Answer objects represent elements of this vector.
AnswerVector| Constructor Summary | |
Answer(java.lang.Object value,
java.lang.String answerer,
int pathLength)
|
|
| Method Summary | |
java.lang.String |
getAnswerer()
returns the name of the answerer |
int |
getPathLength()
returns the path used to reach the answerer |
java.lang.Object |
getValue()
returns the value of the answer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Answer(java.lang.Object value,
java.lang.String answerer,
int pathLength)
| Method Detail |
public java.lang.Object getValue()
public java.lang.String getAnswerer()
public int getPathLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||