ILOG JRules

Package ilog.rules.dt.model

Contains interfaces defining a decision table model and all its structural elements.

See:
          Description

Interface Summary
IlrDTAction Contains an expression that is a part of a rule of the IlrDTModel.
IlrDTActionDefinition Defines a template expression for the actions that reference the action definition.
IlrDTActionSet An action set is an action holder.
IlrDTConditionDefinition Specializes IlrDTPartitionDefinition to ensure that its template expression is an IlrDTExpressionSentence.
IlrDTContext This interface specifies the minimal API for connecting any element of the DT Model to its artifact, environment, vocabulary, parser and so on.
IlrDTDefinition A base interface for partition and action definitions.
IlrDTElement The base interface for all elements of an IlrDTModel which supports property decorations.
IlrDTExpressionHandler A base interface for elements of IlrDTModel holding expressions such as definitions, partition items, and actions.
IlrDTModel The interface that defines a decision table or decision tree model.
IlrDTModelElement A super interface of all structural elements of an IlrDTModel
IlrDTPartition A partition is a partition item holder.
IlrDTPartitionDefinition Defines a template expression for its related partition items.
IlrDTPartitionItem Contains an expression that is a part of a rule of the IlrDTModel.
IlrDTPlaceHolder This interface represents a Place Holder in a Decision Table Model.
IlrDTStatement A base interface for the child element of an IlrDTPartitionItem.
 

Class Summary
IlrDTPartitionItemPlaceHolder This class represents a Place Holder for a missing Partition Item.
 

Package ilog.rules.dt.model Description

Contains interfaces defining a decision table model and all its structural elements. Note that these interfaces are not intended to be implemented by the user.


ILOG JRules