| Modifier and Type | Method and Description |
|---|---|
DoConcat |
Do.CREATE_UNIQUE(IElement... X)
JCYPHER
create a unique graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
|
DoConcat |
Do.CREATE(IElement... X)
JCYPHER
create a graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
Element<T> |
class |
Node |
class |
Relation |
| Modifier and Type | Method and Description |
|---|---|
static PatternExpression |
XFactory.getExpression(IElement element) |
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
PFactory.existsPattern(IElement expression) |
Concatenator |
IBeforePredicate.existsPattern(IElement X)
JCYPHER
matches a pattern expression against the graph.
|
Concatenator |
Concat.existsPattern(IElement X) |
| Modifier and Type | Method and Description |
|---|---|
static RElement<RElement<?>> |
RFactory.existsPattern(IElement expression) |
RElement<RElement<?>> |
RDistinct.existsPattern(IElement X)
JCYPHER
try to match a pattern against the graph.
|
| Modifier and Type | Method and Description |
|---|---|
static RElement<RElement<?>> |
WITH.existsPattern(IElement X)
JCYPHER
try to match a pattern against the graph.
|
static Concatenator |
WHERE.existsPattern(IElement X)
JCYPHER
matches a pattern expression against the graph.
|
static RElement<RElement<?>> |
RETURN.existsPattern(IElement X)
JCYPHER
try to match a pattern against the graph.
|
| Modifier and Type | Method and Description |
|---|---|
static Concatenator |
P.existsPattern(IElement X)
JCYPHER
matches a pattern expression against the graph.
|
Copyright © 2016. All rights reserved.