public abstract class BooleanOperator extends CompositeRuleParticle
Constructor and Description |
---|
BooleanOperator() |
Modifier and Type | Method and Description |
---|---|
void |
addParticle(CompositeRuleParticle particle) |
void |
flatten(java.util.List<RuleReference> ruleReferenceList)
Adds any RuleReferences contained within in this CompositeRuleParticle to the
ruleReferenceList
|
java.util.List<CompositeRuleParticle> |
getParticles() |
evaluate
public void addParticle(CompositeRuleParticle particle)
public java.util.List<CompositeRuleParticle> getParticles()
public void flatten(java.util.List<RuleReference> ruleReferenceList)
CompositeRuleParticle
flatten
in class CompositeRuleParticle