public class Not extends BaseCriteria
Constructor and Description |
---|
Not(Criteria c)
Construct a "not" criteria of the given criteria
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
Criteria |
getCriteria() |
and, getExtractor, not, or
private final Criteria c
public Not(Criteria c)
c
- the criteria to "not"public Criteria getCriteria()
public boolean execute(Element e, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
e
- cache elementattributeExtractors
- map of attribute extractors to attribute value names