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,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
Criteria |
getCriteria() |
and, getExtractor, not, orpublic Not(Criteria c)
c - the criteria to "not"public Criteria getCriteria()
public boolean execute(Element e, Map<String,AttributeExtractor> attributeExtractors)
e - cache elementattributeExtractors - map of attribute extractors to attribute value namesCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.