Uses of Class
net.sourceforge.domian.specification.AbstractCompositeSpecification

Packages that use AbstractCompositeSpecification
net.sourceforge.domian.specification   
 

Uses of AbstractCompositeSpecification in net.sourceforge.domian.specification
 

Subclasses of AbstractCompositeSpecification in net.sourceforge.domian.specification
(package private)  class ConjunctionSpecification<T>
          A composite specification where all of the wrapped specifications must be satisfied for this overall composite specification to be satisfied.
(package private)  class DisjunctionSpecification<T>
          A composite specification where at least one of the wrapped specifications must be satisfied for this overall composite specification to be satisfied.
(package private)  class JointDenialSpecification<T>
          A joint denial specification where none of the wrapped specifications must be satisfied for this overall composite specification to be satisfied.
 

Methods in net.sourceforge.domian.specification that return AbstractCompositeSpecification
protected  AbstractCompositeSpecification AbstractCompositeSpecification.finalizeCreation()
          Should be invoked when building of this composite specification is to be completed.
 

Methods in net.sourceforge.domian.specification with parameters of type AbstractCompositeSpecification
protected
<T> java.lang.Boolean
AbstractSpecification.containsSimpleCompositesOnly(AbstractCompositeSpecification<T> compositeSpecification)
           
protected static
<T> java.lang.Boolean
AbstractSpecification.containsValueBoundSpecificationsOnly(AbstractCompositeSpecification<T> compositeSpecification)
           
(package private)  CompositeSpecification<T> AbstractCompositeSpecification.wrapWithNewSpecification(AbstractCompositeSpecification<T> newSpecification, Specification<? super T> specificationToBeWrapped)
           
 



Copyright © 2006-2010. All Rights Reserved.