Uses of Package
org.springframework.rules.constraint

Packages that use org.springframework.rules.constraint
org.springframework.richclient.samples.petclinic.domain   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.simple.domain   
org.springframework.rules Core interfaces for the expression and function object/rules library. 
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
org.springframework.rules.factory Factories for creating rules. 
org.springframework.rules.metadata   
org.springframework.rules.support   
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.samples.petclinic.domain
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.samples.showcase.validation
RelationalOperator
          Type-safe enum class for supported binary operators.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.samples.simple.domain
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules
CompoundConstraint
          Abstract base class for unary constraints which compose other constraints.
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
Range
          A range whose edges are defined by a minimum Comparable and a maximum Comparable.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.constraint
AbstractBinaryConstraint
           
AbstractConstraint
           
And
          A "and" compound constraint (aka conjunction).
ComparisonBinaryPredicate
          Abstract helper superclass for binary predicates involved in comparison operations.
CompoundConstraint
          Abstract base class for unary constraints which compose other constraints.
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
EqualTo
          Constraint that tests object equality (not identity.)
GreaterThan
          Predicate that tests if one comparable object is greater than another.
GreaterThanEqualTo
          Predicate that tests if one comparable object is greater than or equal to another.
LessThan
          Predicate that tests if one comparable object is less than another.
LessThanEqualTo
          Predicate that tests if one comparable object is less than or equal to another.
Like.LikeType
           
LogicalOperator
          Type-safe enums for various conditional or logical operators.
Operator
           
Or
          A "or" compound constraint (aka disjunction).
RelationalOperator
          Type-safe enum class for supported binary operators.
Required
          Validates a required property.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.constraint.property
AbstractConstraint
           
CompoundConstraint
          Abstract base class for unary constraints which compose other constraints.
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
LogicalOperator
          Type-safe enums for various conditional or logical operators.
Not
          "Nots" another unary constraint (the inverse) by using composition.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.factory
And
          A "and" compound constraint (aka conjunction).
Like.LikeType
           
Or
          A "or" compound constraint (aka disjunction).
XOr
          A "xor" compound constraint (aka exclusive disjunction).
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.metadata
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.support
ConstraintsAccessor
          A convenience constraints factory accessor for easy subclassing.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.