public abstract class CompositeRuleParticle
extends java.lang.Object
| Constructor and Description |
|---|
CompositeRuleParticle() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
evaluate(RuleEvaluationContext ruleContext) |
abstract void |
flatten(java.util.List<RuleReference> ruleReferenceList)
Adds any RuleReferences contained within in this CompositeRuleParticle to the
ruleReferenceList
|
public abstract boolean evaluate(RuleEvaluationContext ruleContext) throws RuleEvaluationException
RuleEvaluationExceptionpublic abstract void flatten(java.util.List<RuleReference> ruleReferenceList)