Drools :: Compiler 6.2.0.Final

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

Packages that use RestrictionDescr
org.drools.compiler.lang.descr   
 

Uses of RestrictionDescr in org.drools.compiler.lang.descr
 

Subclasses of RestrictionDescr in org.drools.compiler.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 VariableRestrictionDescr
           
 

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

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


Drools :: Compiler 6.2.0.Final

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