|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--Graph.NodeConf
|
+--Graph.RouterNodeConf
Provides router specific attributes to a Node
| Constructor Summary | |
RouterNodeConf()
|
|
RouterNodeConf(int x,
int y,
int z)
|
|
RouterNodeConf(int x,
int y,
int z,
int asID)
|
|
RouterNodeConf(int x,
int y,
int z,
int asID,
int type)
|
|
| Method Summary | |
int |
getCorrAS()
|
int |
getType()
|
void |
setASID(int id)
|
void |
setCorrAS(int id)
|
void |
setType(int t)
|
| Methods inherited from class Graph.NodeConf |
getCost, getNodeType, getX, getY, getZ, setCoordinates, setCost, setNodeType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RouterNodeConf()
public RouterNodeConf(int x,
int y,
int z)
public RouterNodeConf(int x,
int y,
int z,
int asID,
int type)
public RouterNodeConf(int x,
int y,
int z,
int asID)
| Method Detail |
public int getType()
public int getCorrAS()
public void setType(int t)
public void setCorrAS(int id)
public void setASID(int id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||