Package org.drools.drl.ast.descr
Class RestrictionDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.RestrictionDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
- Direct Known Subclasses:
ConnectiveDescr,EvaluatorBasedRestrictionDescr,PredicateDescr,RestrictionConnectiveDescr
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
Constructors Constructor Description RestrictionDescr()
-
Method Summary
-
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
-
-