Uses of Interface
org.drools.core.spi.Restriction
-
Packages that use Restriction Package Description 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 Modifier and Type Class Description classAbstractCompositeRestrictionclassPredicateConstraintA 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).classReturnValueRestrictionFields in org.drools.core.rule declared as Restriction Modifier and Type Field Description protected Restriction[]AbstractCompositeRestriction. restrictionsConstructors in org.drools.core.rule with parameters of type Restriction Constructor Description AbstractCompositeRestriction(Restriction[] restriction)CompositeContextEntry(Restriction[] restrictions) -
Uses of Restriction in org.drools.core.spi
Methods in org.drools.core.spi that return Restriction Modifier and Type Method Description RestrictionRestriction. clone()
-