Package org.nakedobjects.applib.spec

Interface Summary
Specification An implementation of the Specification pattern, as described in Eric Evans' Domain Driven Design, p224.
 

Class Summary
AbstractSpecification<T> Adapter to make it easy to write Specifications.
SpecificationAnd Adapter to make it easy to perform boolean algebra on Specifications.
SpecificationNot Adapter to make it easy to perform boolean algebra on Specifications.
SpecificationOr Adapter to make it easy to perform boolean algebra on Specifications.
 

Enum Summary
AbstractSpecification.Nullability  
AbstractSpecification.TypeChecking  
 



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