Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.spi.Restriction

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

Uses of Restriction in org.drools.core.rule
 

Classes in org.drools.core.rule that implement Restriction
 class AbstractCompositeRestriction
           
 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
           
 

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

Constructors in org.drools.core.rule with parameters of type Restriction
AbstractCompositeRestriction.CompositeContextEntry(Restriction[] restrictions)
           
AbstractCompositeRestriction(Restriction[] restriction)
           
 

Uses of Restriction in org.drools.core.spi
 

Methods in org.drools.core.spi that return Restriction
 Restriction Restriction.clone()
           
 


Drools :: Core 6.1.0.Beta1

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