org.drools.rule
Class Or

java.lang.Object
  extended byorg.drools.rule.ConditionalElement
      extended byorg.drools.rule.GroupElement
          extended byorg.drools.rule.Or
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Or
extends GroupElement

See Also:
Serialized Form
 

Constructor Summary
Or()
           
 
Methods inherited from class org.drools.rule.GroupElement
addChild, clone, equals, getChildren, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or()