| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetlineage.event | |
| org.odpi.openmetadata.accessservices.assetlineage.model |
| Modifier and Type | Method and Description |
|---|---|
LineageEntity |
LineageEntityEvent.getLineageEntity()
Gets lineage entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineageEntityEvent.setLineageEntity(LineageEntity lineageEntity)
Sets lineage entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineageRelationship
The lineage relationship represents the a lineage relationship in the lineage graph with self contained properties.
|
| Modifier and Type | Method and Description |
|---|---|
LineageEntity |
GraphContext.getFromVertex()
Gets from vertex.
|
LineageEntity |
LineageRelationship.getSourceEntity()
Gets the source entity of the relationship
|
LineageEntity |
LineageRelationship.getTargetEntity()
Gets the target entity of the relationship
|
LineageEntity |
GraphContext.getToVertex()
Gets to vertex.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LineageEntity> |
AssetContext.getVertices()
Get vertices set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssetContext.addVertex(LineageEntity Vertex)
Add vertex boolean.
|
void |
GraphContext.setFromVertex(LineageEntity fromVertex)
Sets from vertex.
|
void |
LineageRelationship.setSourceEntity(LineageEntity sourceEntity)
Sets the source entity of the relationship
|
void |
LineageRelationship.setTargetEntity(LineageEntity targetEntity)
Sets the target entity of the relationship
|
void |
GraphContext.setToVertex(LineageEntity toVertex)
Sets to vertex.
|
| Constructor and Description |
|---|
GraphContext(String relationshipType,
String relationshipGuid,
LineageEntity fromVertex,
LineageEntity toVertex)
Instantiates a new Graph context.
|
Copyright © 2018–2020 ODPi. All rights reserved.