Uses of Interface
org.drools.spi.Restriction

Packages that use Restriction
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of Restriction in org.drools.rule
 

Classes in org.drools.rule that implement Restriction
 class AbstractCompositeRestriction
           
 class LiteralRestriction
           
 class PredicateConstraint
          A predicate can be written as a top level constraint or be nested inside inside a field constraint (and as so, must implement the Restriction interface).
 class ReturnValueRestriction
           
 class UnificationRestriction
           
 class VariableRestriction
           
 

Fields in org.drools.rule declared as Restriction
protected  Restriction[] AbstractCompositeRestriction.restrictions
           
 

Methods in org.drools.rule that return Restriction
 Restriction VariableConstraint.getRestriction()
           
 

Methods in org.drools.rule with parameters of type Restriction
 void VariableConstraint.setRestriction(Restriction restriction)
           
 

Constructors in org.drools.rule with parameters of type Restriction
AbstractCompositeRestriction.CompositeContextEntry(Restriction[] restrictions)
           
AbstractCompositeRestriction(Restriction[] restriction)
           
VariableConstraint(InternalReadAccessor fieldExtractor, Restriction restriction)
           
 



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