| Package | Description |
|---|---|
| io.valkey.graph.entities |
This package contains the classes representing the entities of RedisGraph module.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Path.firstNode()
Deprecated.
Returns the first node in the path.
|
Node |
Path.getNode(int index)
Deprecated.
Returns a node with specified index in the path.
|
Node |
Path.lastNode()
Deprecated.
Returns the last node in the path.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Path.getNodes()
Deprecated.
Returns the nodes of the path.
|
| Constructor and Description |
|---|
Path(List<Node> nodes,
List<Edge> edges)
Deprecated.
Parametrized constructor
|
Copyright © 2024. All rights reserved.