| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Method and Description |
|---|---|
Node |
ValueWrapper.asNode()
Convert the original data type Value to Node
|
Node |
PathWrapper.getEndNode()
get the end node from the path
|
Node |
PathWrapper.Segment.getEndNode() |
Node |
PathWrapper.getStartNode()
get the start node from the path
|
Node |
PathWrapper.Segment.getStartNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
PathWrapper.getNodes()
get all nodes from the path
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PathWrapper.containNode(Node node)
determine if path contains the given node
|
| Constructor and Description |
|---|
Segment(Node startNode,
Relationship relationShip,
Node endNode)
The segment is used to represent an edge in a path.
|
Copyright © 2022. All rights reserved.