Graph
Class ASEdgeConf

java.lang.Object
  |
  +--Graph.EdgeConf
        |
        +--Graph.ASEdgeConf

public final class ASEdgeConf
extends EdgeConf

Provides Autonomous System (AS) attributes to an Edge.


Field Summary
 int ASType
           
 
Fields inherited from class Graph.EdgeConf
bw, edgeType
 
Constructor Summary
ASEdgeConf()
           
ASEdgeConf(int type)
           
 
Method Summary
 int getType()
           
 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

ASType

public int ASType
Constructor Detail

ASEdgeConf

public ASEdgeConf()

ASEdgeConf

public ASEdgeConf(int type)
Method Detail

getType

public int getType()

setType

public void setType(int t)