edu.indiana.iucbrf.ccbr.conversationblock
Interface Question

All Superinterfaces:
ConversationBlock, java.io.Serializable, SwingRepresentable
All Known Implementing Classes:
QuestionImpl

public interface Question
extends ConversationBlock

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.


Field Summary
 
Fields inherited from interface edu.indiana.util.swing.SwingRepresentable
TITLE_FONT
 
Method Summary
 FeatureKey getFeatureKey()
           
 
Methods inherited from interface edu.indiana.iucbrf.ccbr.conversationblock.ConversationBlock
getButtonText, getFeatureInputPanel, getText
 
Methods inherited from interface edu.indiana.util.swing.SwingRepresentable
toSwing
 

Method Detail

getFeatureKey

FeatureKey getFeatureKey()