it.amattioli.dominate.specifications.dflt
Class PredicateAssembler
java.lang.Object
it.amattioli.dominate.specifications.dflt.PredicateAssembler
- All Implemented Interfaces:
- Assembler
public class PredicateAssembler
- extends Object
- implements Assembler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredicateAssembler
public PredicateAssembler()
addAssembledPredicate
public void addAssembledPredicate(org.apache.commons.collections.Predicate assembled)
assembledPredicate
public org.apache.commons.collections.Predicate assembledPredicate()
startNegation
public void startNegation()
- Specified by:
startNegation in interface Assembler
endNegation
public void endNegation()
- Specified by:
endNegation in interface Assembler
startConjunction
public void startConjunction()
- Specified by:
startConjunction in interface Assembler
endConjunction
public void endConjunction()
- Specified by:
endConjunction in interface Assembler
startDisjunction
public void startDisjunction()
- Specified by:
startDisjunction in interface Assembler
endDisjunction
public void endDisjunction()
- Specified by:
endDisjunction in interface Assembler
noResults
public void noResults()
- Specified by:
noResults in interface Assembler
Copyright © 2011. All Rights Reserved.