#include <RouterModel.h>
Inheritance diagram for RouterModel:

Public Member Functions | |
| ~RouterModel () | |
| virtual Graph * | Generate () |
| void | PlaceNodes (Graph *g) |
| void | AssignBW (Graph *g) |
| BWDistType | GetBWDistType () |
| void | SetBWDist (BWDistType t) |
| void | SetBWMin (double bw) |
| void | SetBWMax (double bw) |
| int | GetBWDist () |
| double | GetBWMin () |
| double | GetBWMax () |
Private Attributes | |
| BWDistType | BWdist |
| double | BWmin |
| double | BWmax |
|
|
|
|
|
|
|
|
Reimplemented from Model. Reimplemented in RouterBarabasiAlbert, and RouterWaxman. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Model. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1