public interface DecisionTableRule extends Rule, java.io.Serializable
RuleSetRule
, that
represents a rule contained within a ruleset. Two different interfaces are used
because a rule within a ruleset has a different kind of parent from a rule within a
decision table.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
TreeBlock |
getParentTreeBlock()
Get the tree block that contains this rule.
|
getDescription, getDisplayName, getExpandedUserPresentation, getName, getUserPresentation, isDisplayNameSynchronizedToName, setDescription, setDisplayName, setDisplayNameIsSynchronizedToName
validate
hasChanges
static final java.lang.String COPYRIGHT
TreeBlock getParentTreeBlock()