AbstractNode |
Base class for decision tree nodes.
|
AssetAction |
Decision tree node representing a asset result.
|
AttributeAction |
Decision tree node representing a set-attribute action.
|
ContainerAction |
Decision tree node representing a container result.
|
DecisionTree |
This class represents a single decision tree definition.
|
DecisionTreeCondition |
Decision tree node representing a condition.
|
DecisionTreeVisitor |
Decision tree visitor used during the initialization of the decision tree engine.
|
InitializationLookup |
Utility class that combines various resources needed during initialization.
|
MultiValueTrigramFunction |
Implementation of trigram matching.
|
SearchEntry |
Implementation class for internal use only.
|
SearchResult |
Implementation class for internal use only.
|
Solution |
This class is used to pass a result node back to the client.
|
SubTreeAction |
Decision tree node representing a sub tree.
|
Symptom |
This class holds the symptom information for a decision tree.
|
TreeEngine |
Decision tree engine implementation, which hold the various (static) definitions of the defined decision trees.
|
TreeEngineRunner |
Decision tree evaluator.
|
TreeNodeVisitor |
Tree node visitor used to collect nodes.
|
TreeResponse |
This class holds the response of a decision tree evaluation.
|
TreeSymptomVisitor |
This class is internally used to iterate over the symptoms belonging to a decision tree.
|
TrigramFunction |
Implementation of trigram matching.
|