Package | Description |
---|---|
com.redislabs.redisgraph.graph_entities |
Modifier and Type | Method and Description |
---|---|
Node |
Path.firstNode()
Returns the first node in the path.
|
Node |
Path.getNode(int index)
Returns a node with specified index in the path.
|
Node |
Path.lastNode()
Returns the last node in the path.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
Path.getNodes()
Returns the nodes of the path.
|
Constructor and Description |
---|
Path(List<Node> nodes,
List<Edge> edges)
Parametrized constructor
|
Copyright © 2020 RedisLabs. All rights reserved.