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

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

Uses of CompoundConstraint in org.springframework.rules
 

Methods in org.springframework.rules with parameters of type CompoundConstraint
 void Rules.add(CompoundConstraint compoundPredicate)
          Adds the provided compound predicate, composed of BeanPropertyExpression objects, as a bean property constraint.
 

Uses of CompoundConstraint in org.springframework.rules.constraint
 

Subclasses of CompoundConstraint in org.springframework.rules.constraint
 class And
          A "and" compound constraint (aka conjunction).
 class Or
          A "or" compound constraint (aka disjunction).
 class XOr
          A "xor" compound constraint (aka exclusive disjunction).
 

Methods in org.springframework.rules.constraint that return CompoundConstraint
 CompoundConstraint CompoundConstraint.add(Constraint constraint)
          Add the specified constraint to the set of constraints aggregated by this compound constraint.
 CompoundConstraint CompoundConstraint.addAll(List constraints)
          Add the list of constraints to the set of constraints aggregated by this compound constraint.
 CompoundConstraint LogicalOperator.createConstraint()
           
 

Methods in org.springframework.rules.constraint with parameters of type CompoundConstraint
 void CompoundConstraint.copyInto(CompoundConstraint p)
           
 

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

Constructors in org.springframework.rules.constraint.property with parameters of type CompoundConstraint
CompoundPropertyConstraint(CompoundConstraint compoundConstraint)
          Constructs a compound predicate with no initial members.
 



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