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