class CompositeRuleSet extends java.lang.Object
A RuleSet implementation that aggregates a set of RuleSets and Rules.
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addRule(Rule rule)Add a single Rule to this RuleSet |
|
void |
addRuleSet(RuleSet ruleSet)Add all of the Rules within the specified RuleSet to this RuleSet |
|
java.util.List |
getRules()
|
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Add a single Rule to this RuleSet
rule - - the Rule to addAdd all of the Rules within the specified RuleSet to this RuleSet
ruleSet - - the RuleSet whose Rules are to be included