Uses of Interface
org.nakedobjects.applib.spec.Specification

Packages that use Specification
org.nakedobjects.applib.spec   
 

Uses of Specification in org.nakedobjects.applib.spec
 

Classes in org.nakedobjects.applib.spec that implement Specification
 class AbstractSpecification<T>
          Adapter to make it easy to write Specifications.
 class SpecificationAnd
          Adapter to make it easy to perform boolean algebra on Specifications.
 class SpecificationNot
          Adapter to make it easy to perform boolean algebra on Specifications.
 class SpecificationOr
          Adapter to make it easy to perform boolean algebra on Specifications.
 

Constructors in org.nakedobjects.applib.spec with parameters of type Specification
SpecificationAnd(Specification... specifications)
           
SpecificationNot(Specification specification)
           
SpecificationOr(Specification... specifications)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.