public class EdgeNode extends Object implements LineageEdge
| Modifier and Type | Field and Description |
|---|---|
private LineageNode |
destination |
private LineageNode |
source |
private String |
uuid |
| Constructor and Description |
|---|
EdgeNode(String uuid,
LineageNode source,
LineageNode destination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LineageNode |
getDestination() |
LineageNode |
getSource() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
private final String uuid
private final LineageNode source
private final LineageNode destination
public EdgeNode(String uuid, LineageNode source, LineageNode destination)
public String getUuid()
getUuid in interface LineageEdgepublic LineageNode getSource()
getSource in interface LineageEdgepublic LineageNode getDestination()
getDestination in interface LineageEdgeCopyright © 2022 Apache NiFi Project. All rights reserved.