| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetlineage |
| Modifier and Type | Method and Description |
|---|---|
LineageEntity |
Vertex.getEntity() |
LineageEntity |
GraphContext.getFromVertex() |
LineageEntity |
GraphContext.getToVertex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssetContext.addVertex(LineageEntity Vertex) |
void |
Vertex.setEntity(LineageEntity entity) |
void |
GraphContext.setFromVertex(LineageEntity fromVertex) |
void |
GraphContext.setToVertex(LineageEntity toVertex) |
| Constructor and Description |
|---|
GraphContext(String relationshipType,
String relationshipGuid,
LineageEntity fromVertex,
LineageEntity toVertex) |
Vertex(LineageEntity entity) |
Copyright © 2018–2019 ODPi. All rights reserved.