Graph
Class RouterNodeConf

java.lang.Object
  |
  +--Graph.NodeConf
        |
        +--Graph.RouterNodeConf

public final class RouterNodeConf
extends NodeConf

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

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)
Method Detail

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)