Uses of Class
org.drools.lang.descr.RestrictionDescr

Packages that use RestrictionDescr
org.drools.lang.descr   
org.drools.verifier.visitor   
 

Uses of RestrictionDescr in org.drools.lang.descr
 

Subclasses of RestrictionDescr in org.drools.lang.descr
 class ConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
 class EvaluatorBasedRestrictionDescr
          This is a super class for all restrictions that are based on evaluators.
 class LiteralRestrictionDescr
          This represents a literal node in the rule language.
 class PredicateDescr
           
 class QualifiedIdentifierRestrictionDescr
          This represents a qualified identifier, like enums or subfield access in variables like "$p.name".
 class RestrictionConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
 class ReturnValueRestrictionDescr
           
 class StringConnectiveDescr
          This is used to connect restrictions together for a single field eg: age < 40 & > 30
 class VariableRestrictionDescr
           
 

Methods in org.drools.lang.descr that return types with arguments of type RestrictionDescr
 List<RestrictionDescr> RestrictionConnectiveDescr.getRestrictions()
           
 

Methods in org.drools.lang.descr with parameters of type RestrictionDescr
 void RestrictionConnectiveDescr.addOrMerge(RestrictionDescr restriction)
           
 void RestrictionConnectiveDescr.addRestriction(RestrictionDescr restriction)
           
 void FieldConstraintDescr.addRestriction(RestrictionDescr restriction)
           
 

Uses of RestrictionDescr in org.drools.verifier.visitor
 

Methods in org.drools.verifier.visitor with parameters of type RestrictionDescr
 void FieldConstraintDescrVisitor.visit(RestrictionDescr restrictionDescr)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.