public interface RuleSetTemplateInstanceRule extends TemplateInstanceRule, RuleSetRule, java.io.Serializable
DecisionTableTemplateInstanceRule
,
that represents a template instance rule contained within a decision table.
An existing RuleSetTemplateInstanceRule
can be changed by getting
its parameter values and changing them directly. See
TemplateInstanceRule
for
details.
A new RuleSetTemplateInstanceRule
can be created by getting the desired
RuleSetRuleTemplate
and calling the
createRuleFromTemplate
method on it. The new RuleSetTemplateInstanceRule
can then be added to a
rule block using one of the addRule
methods on the RuleBlock
class.
RuleSetRuleTemplate
,
RuleBlock
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
RuleSetRuleTemplate |
getRuleSetRuleTemplate()
Get the
RuleSetRuleTemplate for this template instance rule. |
getParameterValue, getParameterValues, getRuleTemplate
getParentRuleBlock
getDescription, getDisplayName, getExpandedUserPresentation, getName, getUserPresentation, isDisplayNameSynchronizedToName, setDescription, setDisplayName, setDisplayNameIsSynchronizedToName
static final java.lang.String COPYRIGHT
RuleSetRuleTemplate getRuleSetRuleTemplate()
RuleSetRuleTemplate
for this template instance rule.RuleSetRuleTemplate
for this template instance rule.