public class LineageEdge
extends java.lang.Object
Constructor and Description |
---|
LineageEdge() |
Modifier and Type | Method and Description |
---|---|
Node |
getSource()
Returns the Node object contains the source information in Lineage/Mapping Row.
|
Node |
getTarget()
Returns the Node object contains the target information in Lineage/Mapping Row.
|
java.lang.Object |
getUserData()
Any extra data pertaining to lineage can be put into this, like Mapping Sequence Id.
|
void |
setSource(Node source)
Method sets the source node object.
|
void |
setTarget(Node target)
Method sets the target node object.
|
void |
setUserData(java.lang.Object userData)
Method sets the user data to this object like Mapping Sequence Id etc..
|
public Node getSource()
public Node getTarget()
public java.lang.Object getUserData()
public void setSource(Node source)
source
- Nodepublic void setTarget(Node target)
target
- public void setUserData(java.lang.Object userData)
userData
-