public class TopologicalLink
extends java.lang.Object
| Constructor and Description |
|---|
TopologicalLink(int srcNode,
int destNode,
float delay,
float bw)
creates an new link-object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDestNodeID()
return the node-ID from the DestNode
|
float |
getLinkBw()
return the link-bw of the defined linke
|
float |
getLinkDelay()
return the link-delay of the defined linke
|
int |
getSrcNodeID()
returns the node-ID from the SrcNode
|
public TopologicalLink(int srcNode,
int destNode,
float delay,
float bw)
public int getSrcNodeID()
public int getDestNodeID()
public float getLinkDelay()
public float getLinkBw()