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