public class TopologicalNode extends 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,
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
|
String |
getNodeLabel()
delivers the name of the node
|
public TopologicalNode(int nodeID)
public TopologicalNode(int nodeID,
int x,
int y)
public TopologicalNode(int nodeID,
String nodeName,
int x,
int y)
public int getNodeID()
public String getNodeLabel()
public int getCoordinateX()
public int getCoordinateY()
Copyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.