Interface ITreeSymptomVisitor

All Known Implementing Classes:
TreeSymptomVisitor, TreeSymptomVisitor

public interface ITreeSymptomVisitor
This interface is used to iterate over all symptoms within a decisiontree.
Since:
5.1
Author:
F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each symptom that needs to be added to the decision tree.
  • Method Details

    • accept

      void accept(IDecisionTreeSymptomDS symptom)
      This method should be invoked for each symptom that needs to be added to the decision tree.
      Parameters:
      symptom - The symptom that should be added.
      Throws:
      InitializationException - This exception is thrown when the symptom is deemed invalid.