|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use AbstractBinaryConstraint | |
---|---|
org.springframework.rules.constraint | Out of the box predicates that address common needs such as comparison and composition. |
Uses of AbstractBinaryConstraint in org.springframework.rules.constraint |
---|
Subclasses of AbstractBinaryConstraint in org.springframework.rules.constraint | |
---|---|
class |
ComparisonBinaryPredicate
Abstract helper superclass for binary predicates involved in comparison operations. |
class |
EqualTo
Constraint that tests object equality (not identity.) |
class |
GreaterThan
Predicate that tests if one comparable object is greater than another. |
class |
GreaterThanEqualTo
Predicate that tests if one comparable object is greater than or equal to another. |
class |
LessThan
Predicate that tests if one comparable object is less than another. |
class |
LessThanEqualTo
Predicate that tests if one comparable object is less than or equal to another. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |