Package edu.indiana.iucbrf.ccbr.conversationblock

Interface Summary
ConversationBlock A ConversationBlock is a single step in a conversation between the user and the system in the CCBR process.
Instruction An Instruction is a presentation of information, with no request for input.
Question A Question is a conversation block that contains some text (the question text) and also a feature key, which corresponds to the type of the answer expected.
 

Class Summary
ConversationBlockCollection A ConversationBlockCollection is a collection of conversation blocks that are related in particular ways.
ConversationBlockPanel A ConversationBlockPanel states a conBlock (corresponding to a feature), provides a customized input widget (a FeatureInputPanel), and a submit button.
EndConversationPanel This is a placeholder for a ConversationBlockPanel when there are no more conversation blocks to be presented.
InstructionImpl An Instruction is a presentation of information, with no request for input.
QuestionImpl A Question is a conversation block that contains some text (the question text) and also a feature key, which corresponds to the type of the answer expected.