Graph
Class RouterEdgeConf

java.lang.Object
  |
  +--Graph.EdgeConf
        |
        +--Graph.RouterEdgeConf

public final class RouterEdgeConf
extends EdgeConf

Provides Router Level attributes to an Edge.


Field Summary
 float delay
           
 int routerType
           
 
Fields inherited from class Graph.EdgeConf
bw, edgeType
 
Constructor Summary
RouterEdgeConf()
           
RouterEdgeConf(float delay, int type)
           
 
Method Summary
 double getDelay()
           
 int getType()
           
 void setDelay(float d)
           
 void setType(int t)
           
 
Methods inherited from class Graph.EdgeConf
getBW, getEdgeType, setBW, setEdgeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

routerType

public int routerType

delay

public float delay
Constructor Detail

RouterEdgeConf

public RouterEdgeConf()

RouterEdgeConf

public RouterEdgeConf(float delay,
                      int type)
Method Detail

getType

public int getType()

getDelay

public double getDelay()

setType

public void setType(int t)

setDelay

public void setDelay(float d)