Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.extension.rules.composite
Class BooleanOperator

java.lang.Object
  extended by oracle.ide.extension.rules.composite.CompositeRuleParticle
      extended by oracle.ide.extension.rules.composite.BooleanOperator
Direct Known Subclasses:
AndOperator, NotOperator, OrOperator

public abstract class BooleanOperator
extends CompositeRuleParticle


Constructor Summary
BooleanOperator()
           
 
Method Summary
 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()
           
 
Methods inherited from class oracle.ide.extension.rules.composite.CompositeRuleParticle
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanOperator

public BooleanOperator()
Method Detail

addParticle

public void addParticle(CompositeRuleParticle particle)

getParticles

public java.util.List<CompositeRuleParticle> getParticles()

flatten

public void flatten(java.util.List<RuleReference> ruleReferenceList)
Description copied from class: CompositeRuleParticle
Adds any RuleReferences contained within in this CompositeRuleParticle to the ruleReferenceList

Specified by:
flatten in class CompositeRuleParticle

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.