public interface DecisionTableRuleTemplate extends RuleTemplate, java.io.Serializable
RuleSetRuleTemplate
,
that represents a rule template contained within a ruleset.
The DecisionTableRuleTemplate
interface does not allow new instances of the
template to be created since it is not allowed to add new template instance rules to a
decision table.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
DecisionTable |
getParentDecisionTable()
Get the decision table that contains this rule template.
|
getDescription, getDisplayName, getId, getName, getParameter, getParameters, getUserPresentation
static final java.lang.String COPYRIGHT
DecisionTable getParentDecisionTable()
DecisionTable
that contains this
RuleTemplate
.