com.ibm.wbiserver.brules.mgmt

Interface RuleTemplate

All Superinterfaces:
java.io.Serializable, Template
All known subinterfaces:
DecisionTableRuleTemplate, RuleSetRuleTemplate

  1. public interface RuleTemplate
  2. extends java.io.Serializable, Template
This interface represents a rule template. If the template is contained within a ruleset, then new instances of the template can be created and added to the rule block associated with the containing ruleset. This is the only way to add a new rule to a ruleset. Templates contained within a ruleset are represented by the RuleSetRuleTemplate interface. Refer to that interface for more information about creating a new instance of a template. Templates contained within a decision table are represented by the DecisionTableRuleTemplate interface. New instances of a DecisionTableRuleTemplate cannot 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

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: