Class Symptom
java.lang.Object
com.aquima.interactions.dtree.impl.Symptom
- All Implemented Interfaces:
ISymptom
,Serializable
This class holds the symptom information for a decision tree.
- Since:
- 5.1
- Author:
- F. van der Meer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the symptom text for this object.
-
Constructor Details
-
Symptom
-
-
Method Details
-
getSymptomText
Description copied from interface:ISymptom
Returns the symptom text for this object.- Specified by:
getSymptomText
in interfaceISymptom
- Returns:
- A string which should never be zero length or null
-