Class Summary |
ASEdgeConf |
Provides Autonomous System (AS) attributes to an Edge. |
ASNodeConf |
provides Autonomous System (AS) level attributes to a Node |
Edge |
The Edge class for our Graph contains only the base minimum member
variables. |
EdgeConf |
EdgeConf, short for EdgeConfiguration serves as base class for
further derivation, see ASEdgeConf, RouterEdgeConf etc. |
Graph |
An Internet topology is represented as graph with the nodes
representing routers (or ASs, depending on the topology level) and
the edges representing links between them. |
GraphConstants |
GraphConstants serves as a repository of constants that our Graph
data structure uses. |
Node |
The Node class for our Graph contains only the base
minimum member variables. |
NodeConf |
NodeConf, short for NodeConfiguration serves as base class for
further derivation, see ASNodeConf, RouterNodeConf etc. |
RouterEdgeConf |
Provides Router Level attributes to an Edge. |
RouterNodeConf |
Provides router specific attributes to a Node |