| Modifier and Type | Method and Description |
|---|---|
List<GrPath> |
JcQueryResult.resultOf(JcPath path)
Note: After locally modifying the graph the result may be inconsistent with the changes
|
| Modifier and Type | Method and Description |
|---|---|
T |
InCollection.IN_nodes(JcPath path) |
T |
ICollection.IN_nodes(JcPath path)
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
IN_nodes(path) is a convenient shortcut for
IN(path.nodes())
|
T |
InCollection.IN_relations(JcPath path) |
T |
ICollection.IN_relations(JcPath path)
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
IN_relations(path) is a convenient shortcut for
IN(path.relations())
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
XFactory.allShortestPaths(JcPath jcPath) |
static Path |
XFactory.path(JcPath jcPath) |
static Path |
XFactory.shortestPath(JcPath jcPath) |
| Modifier and Type | Method and Description |
|---|---|
Concatenator |
BooleanOperation.IN_nodes(JcPath path) |
Concatenator |
BooleanOperation.IN_relations(JcPath path) |
| Modifier and Type | Method and Description |
|---|---|
JcPath |
PatternPath.getJcPath() |
| Constructor and Description |
|---|
PatternPath(JcPath jcPath,
PatternPath.PathFunction pathFunction) |
| Modifier and Type | Method and Description |
|---|---|
static Path |
MATCH.allShortestPaths(JcPath path)
JCYPHER
find all shortest paths and assign them to a JcPath element
e.g.
|
static Path |
OPTIONAL_MATCH.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 Path |
MATCH.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 Path |
CREATE_UNIQUE.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 Path |
CREATE.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 Path |
MATCH.shortestPath(JcPath path)
JCYPHER
find a single shortest path and assign it to a JcPath element
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
X.allShortestPaths(JcPath path)
JCYPHER
find all shortest paths and make them accessible by a JcPath element later on
e.g.
|
static Path |
X.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 Path |
X.shortestPath(JcPath path)
JCYPHER
find a single shortest path and assign it to a JcPath element
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrPath> |
ResultHandler.getPaths(JcPath path) |
Copyright © 2016. All rights reserved.