public class X extends Object
| Constructor and Description |
|---|
X() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
allShortestPaths(JcPath path)
JCYPHER
find all shortest paths and make them accessible by a JcPath element later on
e.g.
|
static Node |
node()
JCYPHER
match nodes
e.g.
|
static Node |
node(JcNode node)
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
|
static Path |
path(JcPath path)
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
|
static Relation |
relation()
JCYPHER
match relations
e.g.
|
static Relation |
relation(JcRelation relation)
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
|
static Path |
shortestPath(JcPath path)
JCYPHER
find a single shortest path and assign it to a JcPath element
e.g.
|
public static Node node()
public static Node node(JcNode node)
public static Relation relation()
public static Relation relation(JcRelation relation)
public static Path path(JcPath path)
public static Path shortestPath(JcPath path)
Copyright © 2016. All rights reserved.