Class TreeSymptomVisitor
java.lang.Object
com.aquima.interactions.dtree.impl.TreeSymptomVisitor
- All Implemented Interfaces:
ITreeSymptomVisitor
This class is internally used to iterate over the symptoms belonging to a decision tree.
- Since:
- 5.1
- Author:
- F. van der Meer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IDecisionTreeSymptomDS symptom) This method should be invoked for each symptom that needs to be added to the decision tree.protected Symptom[]
-
Constructor Details
-
TreeSymptomVisitor
protected TreeSymptomVisitor()
-
-
Method Details
-
accept
Description copied from interface:ITreeSymptomVisitor
This method should be invoked for each symptom that needs to be added to the decision tree.- Specified by:
accept
in interfaceITreeSymptomVisitor
- Parameters:
symptom
- The symptom that should be added.- Throws:
InitializationException
- This exception is thrown when the symptom is deemed invalid.
-
getSymptoms
-