public class Path extends APIObject
| Modifier and Type | Method and Description |
|---|---|
Node |
node()
JCYPHER
match or create (depends on the clause) nodes as starting points of the path
e.g.
|
Node |
node(JcNode jcNode)
JCYPHER
match or create (depends on the clause) nodes as starting points of the path,
make them accessible by a JcNode element later on in the query e.g.
|
public Node node()
Copyright © 2016. All rights reserved.