|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||