ILOG JRules

Package ilog.rules.dt

Contains classes related to Decision Table and Decision Tree.

See:
          Description

Interface Summary
IlrDTEnvironment Specifies the API of a DT environment object which provides the DT model with an environment.
IlrDTRuleEditingContext This interface represents a Rule Editing Context in the context of a DT.
IlrDTRuleElement Specifies the API used by the DT model to manipulate the decision table or decision tree artifact.
 

Class Summary
IlrDTAbstractEnvironment Part implementation of IlrDTEnvironment.
IlrDTController Controls a DT Model as well as its companion classes, such as a rule element and the rule environment.
IlrDTExpressionManager A companion class of the DT Controller that handles all expressions of the DT model.
IlrDTIRLTranslator  
IlrDTIRLTranslatorFactory  
IlrDTRuleDefinition This class wraps the DOM of a DT model and store a DTController that is lazily created from the XML definition.
IlrDTTranslator  
 

Package ilog.rules.dt Description

Contains classes related to Decision Table and Decision Tree.


ILOG JRules