Class TreeSymptomVisitor

java.lang.Object
com.aquima.interactions.dtree.impl.TreeSymptomVisitor
All Implemented Interfaces:
ITreeSymptomVisitor

public class TreeSymptomVisitor extends Object implements 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 Details

    • TreeSymptomVisitor

      protected TreeSymptomVisitor()
  • Method Details

    • accept

      public void accept(IDecisionTreeSymptomDS symptom)
      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 interface ITreeSymptomVisitor
      Parameters:
      symptom - The symptom that should be added.
    • getSymptoms

      protected Symptom[] getSymptoms()