agentland.util.asker
Class MultipleChoiceQuestion
java.lang.Object
|
+--agentland.util.asker.Question
|
+--agentland.util.asker.MultipleChoiceQuestion
- All Implemented Interfaces:
- Cloneable, Serializable
- public class MultipleChoiceQuestion
- extends Question
- See Also:
- Serialized Form
Fields inherited from class agentland.util.asker.Question |
ANSWERED, defaultAnswer, ERROR, GUI, NEEDS_VERIFICATION, question, reply, replyMethod, SPEECH, status, timeOut, UNANSWERED, UNDER_VERIFICATION, verificationMethod |
Methods inherited from class agentland.util.asker.Question |
equals, getAnswer, getDefaultAnswer, getQuestion, getReplyMethod, getStatus, getVerificationMethod, setAnswer, setReplyMethod, setStatus, setVerificationMethod, toString |
options
protected Vector options
MultipleChoiceQuestion
public MultipleChoiceQuestion(String question,
Vector options)
MultipleChoiceQuestion
public MultipleChoiceQuestion(String question,
Vector options,
Object defaultAnswer)
getOptions
public Vector getOptions()