public class LineageEdge extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationNodeID |
protected String |
edgeType |
protected String |
sourceNodeID |
| Constructor and Description |
|---|
LineageEdge() |
LineageEdge(String edgeType,
String sourceNodeID,
String destinationNodeID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationNodeID() |
String |
getEdgeType() |
String |
getSourceNodeID() |
Copyright © 2018–2020 ODPi. All rights reserved.