org.drools.lang.descr
Class RestrictionDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.RestrictionDescr
All Implemented Interfaces:
Externalizable, Serializable, Namespaceable
Direct Known Subclasses:
ConnectiveDescr, EvaluatorBasedRestrictionDescr, PredicateDescr, RestrictionConnectiveDescr, StringConnectiveDescr

public class RestrictionDescr
extends BaseDescr

This represents a literal node in the rule language. This is a constraint on a single field of a pattern. The "text" contains the content, which may also be an enumeration.

See Also:
Serialized Form

Constructor Summary
RestrictionDescr()
           
 
Method Summary
 
Methods inherited from class org.drools.lang.descr.BaseDescr
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictionDescr

public RestrictionDescr()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.