org.drools.lang.descr
Class ExistsDescr

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

public class ExistsDescr
extends PatternDescr
implements ConditionalElementDescr

See Also:
Serialized Form
 

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

ExistsDescr

public ExistsDescr()

ExistsDescr

public ExistsDescr(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