See: Description
Interface | Description |
---|---|
Evaluator<T extends org.neo4j.graphdb.PropertyContainer> |
Tells whether objects match some criteria.
|
Class | Description |
---|---|
AlwaysTrue<T extends org.neo4j.graphdb.PropertyContainer> |
Evaluates all objects as matching its criteria, without even checking.
|
BoolEvaluator<T extends org.neo4j.graphdb.PropertyContainer> |
Evaluates candidates to match some or all of some other
Evaluator s building something
equivalent to logical sentences. |
Comparison<T extends org.neo4j.graphdb.PropertyContainer> |
Checks if a some of the candidate's property/relationship value is equal/greater/less than some value.
|
Negate<T extends org.neo4j.graphdb.PropertyContainer> |
Positively evaluates only candidates that do NOT match some other evaluator, making it logical negation.
|
RegexMatch<T extends org.neo4j.graphdb.PropertyContainer> |
Tells if a value retrieved from a candidate using
Retriever matches some regular expression. |
Set of classes that handle only examining candidates and telling whether they match some evaluation criteria.
The main class for this package is Evaluator
.
Copyright © 2002 – 2024 Project Wonder.