| Package | Description |
|---|---|
| iot.jcypher.query.api.pattern | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.factories.xpression |
| 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 |
|---|---|
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.
|
Copyright © 2016. All rights reserved.