| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
ValueWrapper.asRelationship()
Convert the original data type Value to Relationship
|
Relationship |
PathWrapper.Segment.getRelationShip() |
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
PathWrapper.getRelationships()
get all relationship from the path
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PathWrapper.containRelationship(Relationship relationship)
determine if path contains the given relationShip
|
| 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.