com.ibm.wbiserver.brules.mgmt
Interface RuleTemplate
All Superinterfaces:
java.io.Serializable, Template
All known subinterfaces:
- public interface RuleTemplate
- extends java.io.Serializable, Template
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 |
---|---|
|
COPYRIGHT
|
Method Summary
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.Template |
---|
getDescription, getDisplayName, getId, getName, getParameter, getParameters, getUserPresentation |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also: