| Package | Description |
|---|---|
| redis.clients.jedis.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 © 2022. All rights reserved.