Negation.NegationFactory
- public static class NegationFactory extends EntityFilterContainer
Allows to create a Negation with: EntityFilterInterface filter = … NegationFactory nf = new NegationFactory(); nf.add(filter); EntityFilter negation = nf.getNegation(); Now, negation negates filter.
- Author:
tf
Constructors
NegationFactory
- public NegationFactory()