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

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