|
Class Summary |
| Attribute |
An attribute of the domain model. |
| Case |
Case object. |
| Classification |
A classification (or conclusion)
Is essentially just a classification name. |
| Classifier |
Abstract class: Classifier
Serves as a template for actual classifiers, which should extend this class. |
| Condition |
A single condition of a rule
Comprised of an attribute, an operator (==, !=, >= etc.),
and a comparison value. |
| DomainModel |
DomainModel object. |
| Driver |
The driver class. |
| Log |
Logging class. |
| LogEntry |
An individual log entry |
| Node |
An abstract Node class
When implementing a Node style object for a particular method, extend this if at all possible. |
| Operator |
Operator class
Defines the various comparison operators you can use in a condition |
| Rule |
A rule. |
| SimulatedExpert |
SimulatedExpert
This class pretends to be a human expert. |
| SimulatedExpertController |
SimulatedExpertController
A static class which is used to issue commands to one or more simulated experts. |
| Type |
A simple type class
i.e. |
| Value |
Value object. |