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() |
evaluatepublic void addParticle(CompositeRuleParticle particle)
public java.util.List<CompositeRuleParticle> getParticles()
public void flatten(java.util.List<RuleReference> ruleReferenceList)
CompositeRuleParticleflatten in class CompositeRuleParticle