|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableTypeConstraint | |
---|---|
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
Uses of MutableTypeConstraint in org.drools.rule |
---|
Subclasses of MutableTypeConstraint in org.drools.rule | |
---|---|
class |
AbstractCompositeConstraint
A superclass for all composite constraints, like "OR" and "AND" |
class |
AndConstraint
AND composite constraint, so the user can do things like: Person( name == 'Edson' && surname == 'Tirelli' ) |
class |
MultiRestrictionFieldConstraint
|
class |
OrConstraint
A class to implement Multi-Field OR constraints, so user can do: Person( hair == 'blue' || eyes == 'blue' ) |
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 |
ReturnValueConstraint
|
class |
VariableConstraint
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |