Uses of Class
org.springframework.rules.constraint.AbstractConstraint

Packages that use AbstractConstraint
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. 
 

Uses of AbstractConstraint in org.springframework.rules.constraint
 

Subclasses of AbstractConstraint in org.springframework.rules.constraint
 class And
          A "and" compound constraint (aka conjunction).
 class CompoundConstraint
          Abstract base class for unary constraints which compose other constraints.
 class IfTrue
           
 class Or
          A "or" compound constraint (aka disjunction).
 class Range
          A range whose edges are defined by a minimum Comparable and a maximum Comparable.
 class StringLengthConstraint
          Constraint to validate an object's string length.
 class WildcardConstraint
          Always returns true; a wildcard match
 class XOr
          A "xor" compound constraint (aka exclusive disjunction).
 

Uses of AbstractConstraint in org.springframework.rules.constraint.property
 

Subclasses of AbstractConstraint in org.springframework.rules.constraint.property
 class UniquePropertyValueConstraint
           
 



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