public class TopologicalNode
extends java.lang.Object
| Constructor and Description |
|---|
TopologicalNode(int nodeID)
constructs an new node
|
TopologicalNode(int nodeID,
int x,
int y)
constructs an new node including world-coordinates
|
TopologicalNode(int nodeID,
java.lang.String nodeName,
int x,
int y)
constructs an new node including world-coordinates and the nodeName
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCoordinateX()
returns the x coordinate of this network-node
|
int |
getCoordinateY()
returns the y coordinate of this network-node
|
int |
getNodeID()
delivers the nodes id
|
java.lang.String |
getNodeLabel()
delivers the name of the node
|
public TopologicalNode(int nodeID)
public TopologicalNode(int nodeID,
int x,
int y)
public TopologicalNode(int nodeID,
java.lang.String nodeName,
int x,
int y)
public int getNodeID()
public java.lang.String getNodeLabel()
public int getCoordinateX()
public int getCoordinateY()