public interface RuleSetRule extends Rule, java.io.Serializable
DecisionTableRule
, that
represents a rule contained within a decision table. 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 |
---|---|
RuleBlock |
getParentRuleBlock()
Get the rule block that contains this rule.
|
getDescription, getDisplayName, getExpandedUserPresentation, getName, getUserPresentation, isDisplayNameSynchronizedToName, setDescription, setDisplayName, setDisplayNameIsSynchronizedToName
validate
hasChanges
static final java.lang.String COPYRIGHT
RuleBlock getParentRuleBlock()