public interface IBeforePredicate
| Modifier and Type | Method and Description |
|---|---|
Concat |
BR_OPEN()
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g. ...
|
Concatenator |
existsPattern(IElement X)
JCYPHER
matches a pattern expression against the graph.
|
Concatenator |
has(IHas val)
JCYPHER
tests for existence of node labels or node/relation properties,
accepts expressions like 'n.property("age")',
or 'n.label("Swedish")'
e.g. ...
|
Concatenator |
holdsTrue(IPredicateFunction I)
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
|
IBeforePredicate |
NOT()
JCYPHER
negate a boolean
e.g. ...
|
BooleanOperation |
valueOf(ValueElement val)
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value, or takes simply a reference to a value like x
e.g. ...
|
BooleanOperation valueOf(ValueElement val)
Concatenator has(IHas val)
IBeforePredicate NOT()
Concat BR_OPEN()
Concatenator existsPattern(IElement X)
Concatenator holdsTrue(IPredicateFunction I)
Copyright © 2016. All rights reserved.