org.drools.rule
Class Not

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

public class Not
extends GroupElement

See Also:
Serialized Form
 

Constructor Summary
Not()
           
 
Method Summary
 java.lang.Object getChild()
           
 
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

Not

public Not()
Method Detail

getChild

public java.lang.Object getChild()