Uses of Package
org.springframework.rules.constraint

Packages that use org.springframework.rules.constraint
org.springframework.richclient.dialog   
org.springframework.richclient.filechooser   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.form.builder   
org.springframework.richclient.list   
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.closure Out of the box functions that address common needs. 
org.springframework.rules.closure.support Closure and constraint function object core support implementations. 
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.reporting Rules result reporting interfaces and classes. 
org.springframework.rules.support   
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.dialog
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.filechooser
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.form.binding.swing
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.form.builder
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.rules.constraint used by org.springframework.richclient.list
Constraint
          A function object that tests one argument and returns a single boolean result.
 

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.
Constraint
          A function object that tests one argument and returns a single boolean result.
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.closure
Constraint
          A function object that tests one argument and returns a single boolean result.
 

Classes in org.springframework.rules.constraint used by org.springframework.rules.closure.support
Constraint
          A function object that tests one argument and returns a single boolean result.
 

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.
Constraint
          A function object that tests one argument and returns a single boolean result.
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.
Constraint
          A function object that tests one argument and returns a single boolean result.
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).
Constraint
          A function object that tests one argument and returns a single boolean result.
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.reporting
Constraint
          A function object that tests one argument and returns a single boolean result.
 

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



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