public class Concat extends APIObject implements 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. ...
|
public BooleanOperation valueOf(ValueElement val)
IBeforePredicatevalueOf in interface IBeforePredicatepublic Concatenator has(IHas val)
IBeforePredicatehas in interface IBeforePredicatepublic IBeforePredicate NOT()
IBeforePredicateNOT in interface IBeforePredicatepublic Concat BR_OPEN()
IBeforePredicateBR_OPEN in interface IBeforePredicatepublic Concatenator existsPattern(IElement X)
IBeforePredicateexistsPattern in interface IBeforePredicatepublic Concatenator holdsTrue(IPredicateFunction I)
IBeforePredicateholdsTrue in interface IBeforePredicateCopyright © 2016. All rights reserved.