Package | Description |
---|---|
com.redislabs.redisgraph.graph_entities |
Modifier and Type | Method and Description |
---|---|
Edge |
Path.getEdge(int index)
Returns an edge with specified index in the path.
|
Modifier and Type | Method and Description |
---|---|
List<Edge> |
Path.getEdges()
Returns the edges of the path.
|
Constructor and Description |
---|
Path(List<Node> nodes,
List<Edge> edges)
Parametrized constructor
|
Copyright © 2020 RedisLabs. All rights reserved.