|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
AbstractSpecification.containsSimpleCompositesOnly(AbstractCompositeSpecification<T> compositeSpecification)
|
|
protected static
|
AbstractSpecification.containsValueBoundSpecificationsOnly(AbstractCompositeSpecification<T> compositeSpecification)
|
|
(package private) CompositeSpecification<T> |
AbstractCompositeSpecification.wrapWithNewSpecification(AbstractCompositeSpecification<T> newSpecification,
Specification<? super T> specificationToBeWrapped)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||