IDecisionTreeDS |
Data source interface used during initialization to retrieve the data of a single decision tree.
|
IDecisionTreeNodeDS |
This data source is used during initialization to retrieve the information of a single tree node.
|
IDecisionTreeSymptomDS |
This interface is used during initialization to retrieve a single symptom text of a decision tree.
|
IDecisionTreeVisitor |
This data source interface is used during initialization to add a single decision tree to the engine.
|
ITreeEngineDS |
This data source interface is used during initialization to retrieve all the decision trees.
|
ITreeNodeVisitor |
This interface is used during initialization to add nodes to a decision tree.
|
ITreeSymptomVisitor |
This interface is used to iterate over all symptoms within a decisiontree.
|