org.drools.lang.descr
Class NotDescr

java.lang.Object
  extended byorg.drools.lang.descr.PatternDescr
      extended byorg.drools.lang.descr.NotDescr
All Implemented Interfaces:
ConditionalElementDescr, java.io.Serializable

public class NotDescr
extends PatternDescr
implements ConditionalElementDescr

See Also:
Serialized Form
 

Constructor Summary
NotDescr()
           
NotDescr(ColumnDescr column)
           
 
Method Summary
 void addDescr(PatternDescr patternDescr)
           
 java.util.List getDescrs()
           
 
Methods inherited from class org.drools.lang.descr.PatternDescr
getColumn, getEndColumn, getEndLine, getLine, setEndLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotDescr

public NotDescr()

NotDescr

public NotDescr(ColumnDescr column)
Method Detail

addDescr

public void addDescr(PatternDescr patternDescr)
Specified by:
addDescr in interface ConditionalElementDescr

getDescrs

public java.util.List getDescrs()
Specified by:
getDescrs in interface ConditionalElementDescr