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

Packages that use And
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.factory Factories for creating rules. 
 

Uses of And in org.springframework.rules.constraint
 

Methods in org.springframework.rules.constraint that return And
 And ConstraintsAccessor.conjunction()
           
 

Uses of And in org.springframework.rules.factory
 

Methods in org.springframework.rules.factory that return And
 And Constraints.all(Constraint[] constraints)
          Return the conjunction (all constraint) for all constraints.
 And Constraints.and(Constraint constraint1, Constraint constraint2)
          AND two constraints.
 And Constraints.conjunction()
          Returns a new, empty conjunction prototype, capable of composing individual constraints where 'ALL' must test true.
 



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