Graph
Class RouterNodeConf
java.lang.Object
|
+--Graph.NodeConf
|
+--Graph.RouterNodeConf
- public final class RouterNodeConf
- extends NodeConf
Provides router specific attributes to a Node
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouterNodeConf
public RouterNodeConf()
RouterNodeConf
public RouterNodeConf(int x,
int y,
int z)
RouterNodeConf
public RouterNodeConf(int x,
int y,
int z,
int asID,
int type)
RouterNodeConf
public RouterNodeConf(int x,
int y,
int z,
int asID)
getType
public int getType()
getCorrAS
public int getCorrAS()
setType
public void setType(int t)
setCorrAS
public void setCorrAS(int id)
setASID
public void setASID(int id)