org.drools.rule
Class And

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

public class And
extends GroupElement

See Also:
Serialized Form
 

Constructor Summary
And()
           
 
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

And

public And()