public class DependencyNucleus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
sourceNode |
protected int |
targetNode |
Constructor and Description |
---|
DependencyNucleus() |
Modifier and Type | Method and Description |
---|---|
int |
getSourceNode() |
int |
getTargetNode() |
void |
setSourceNode(int sourceNode) |
void |
setTargetNode(int targetNode) |
public int getSourceNode()
public void setSourceNode(int sourceNode)
sourceNode
- the sourceNode to setpublic int getTargetNode()
public void setTargetNode(int targetNode)
targetNode
- the targetNode to set