com.ibm.wbiserver.brules.mgmt
Interface RuleTemplate
- All Superinterfaces:
- java.io.Serializable, Template
- All Known Subinterfaces:
- DecisionTableRuleTemplate, RuleSetRuleTemplate
public interface RuleTemplate
- 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 |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values