Package ilog.rules.dt.model.common
Contains interfaces defining a decision table or decision tree model and all
its structural elements.
See: Description
-
Interface Summary Interface Description DTAction This interface specifies the contract of a DT Action.DTActionControllerActions DTable/DTree action controller constants.DTActionDefinition This interface specifies a Definition that is referenced by a DT Action.DTActionSet This interface specifies the contract of an Action Set.DTCondition This interface specifies the contract a DT Condition.DTConditionDefinition This interface specifies the contract of a DT Definition which is used in the condition part of a Decision Table.DTDecisionTableActionControllerActions DTable action controller constants.DTDefinition This interface specifies the contract of a DT Definition.DTExpressionDefinitionHolder This interface tags DT elements that hold an Expression Definition.DTExpressionHolder This interface tags DT elements that hold an expression.DTExpressionInstanceHolder This interface tags DT Elements that hold an Expression Instance.DTModel DTModelspecifies the DT model contract.DTModelElement This interface tags all elements that belong to a DT Model.DTPartition This interface specifies the contract of a DT Partition.DTStatement This interface tags a DT Element which is a DT Statement.DTTimeStampable This interface denotes a time stampable element.
Package ilog.rules.dt.model.common Description
Contains interfaces defining a decision table or decision tree model and all
its structural elements.
Note that these interfaces are not intended to be implemented by the user outside the DT framework.
The interfaces provided in this package, specify the minimal, read-only, contract that is implemented by a DT model.