com.ibm.wbiserver.brules.mgmt.dtable

Interface DecisionTableRuleTemplate

All Superinterfaces:
RuleTemplate, java.io.Serializable, Template

  1. public interface DecisionTableRuleTemplate
  2. extends RuleTemplate, java.io.Serializable
This interface represents a rule template contained within a decision table. There is another interface, 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.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. DecisionTable
getParentDecisionTable()
Get the decision table that contains this rule template.
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.Template
getDescription, getDisplayName, getId, getName, getParameter, getParameters, getUserPresentation

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getParentDecisionTable

  1. DecisionTable getParentDecisionTable( )
Get the decision table that contains this rule template.
Returns:
The DecisionTable that contains this RuleTemplate.