The NetworkController type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NetworkController |
Instantiates a NetworkController using the provided simulator.
|
Methods
| Name | Description | |
|---|---|---|
| ClearNetworkCache |
Forces the pre-experiment network to be recalculated.
| |
| Execute |
Runs the simulation, and an experiment (IExperimentor, if specified), and
applies a results transform (IResultsTransform, if specified). After simulation
has been run, the network can be retrieved for plotting/analysis.
|
Properties
| Name | Description | |
|---|---|---|
| CacheNetwork |
A flag indicating, if set, that the NetworkController should
only ever obtain the pre-experiment network from the simulator once.
Default value is true.
| |
| ExperimentDriver |
The particular experiment that will be applied to the network.
| |
| Network |
The simulated network. Only avaiable once Execute() has been
called.
| |
| NetworkFilename |
The filename corresponding to a stored network model. The network model should
define the network but not (necessarily) solve anything.
| |
| ResultsTransformer |
The IResultsTransform to be used in the experiment.
|
See Also