Package com.aquima.interactions.dtree
Interface IAnswers
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Answers
public interface IAnswers extends Serializable
State / behavior object for the tree engine.- Since:
- 5.0
- Author:
- F. van der Meer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAnswered(ValueReference valueReference)
Used by the tree engine to determine if a certain question has already been asked and the tree engine should not ask this again.
-
-
-
Method Detail
-
isAnswered
boolean isAnswered(ValueReference valueReference)
Used by the tree engine to determine if a certain question has already been asked and the tree engine should not ask this again.- Parameters:
valueReference
- The question reference.- Returns:
- true When the tree engine should be instructed not to ask this question again. false otherwise.
-
-