Graph
Class ASNodeConf
java.lang.Object
|
+--Graph.NodeConf
|
+--Graph.ASNodeConf
- public final class ASNodeConf
- extends NodeConf
provides Autonomous System (AS) level attributes to a Node
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASNodeConf
public ASNodeConf()
ASNodeConf
public ASNodeConf(int x,
int y,
int z)
ASNodeConf
public ASNodeConf(int x,
int y,
int z,
int type)
ASNodeConf
public ASNodeConf(int asType)
ASNodeConf
public ASNodeConf(int asType,
Topology routerT)
ASNodeConf
public ASNodeConf(Topology t)
getType
public int getType()
getTopology
public Topology getTopology()
setType
public void setType(int t)
setTopology
public void setTopology(Topology t,
int asID)
setASIDForTopology
public void setASIDForTopology(int asID)
- Helper function for TopDownHier Model, basically go thru subgraph
(routers) of this AS node, and assign each member router this as
id.