|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AndCompositeRestriction
|
class |
LiteralRestriction
|
class |
OrCompositeRestriction
|
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)
|
|
AndCompositeRestriction(Restriction[] restriction)
|
|
MultiRestrictionFieldConstraint(InternalReadAccessor extractor,
Restriction restrictions)
|
|
OrCompositeRestriction(Restriction[] restriction)
|
|
VariableConstraint(InternalReadAccessor fieldExtractor,
Restriction restriction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |