|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Graph.EdgeConf | +--Graph.RouterEdgeConf
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 |
public int routerType
public float delay
Constructor Detail |
public RouterEdgeConf()
public RouterEdgeConf(float delay, int type)
Method Detail |
public int getType()
public double getDelay()
public void setType(int t)
public void setDelay(float d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |