org.nakedobjects.applib.spec
Interface Specification
- All Known Implementing Classes:
- AbstractSpecification, SpecificationAnd, SpecificationNot, SpecificationOr
public interface Specification
An implementation of the Specification pattern, as described in
Eric Evans' Domain Driven Design, p224.
|
Method Summary |
java.lang.String |
satisfies(java.lang.Object obj)
If null then satisfied, otherwise is reason why the specification is
not satisfied. |
satisfies
java.lang.String satisfies(java.lang.Object obj)
- If null then satisfied, otherwise is reason why the specification is
not satisfied.
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.