NetworkController MembersElecNetKit Documentation

The NetworkController type exposes the following members.
Constructors

  NameDescription
Public methodNetworkController
Instantiates a NetworkController using the provided simulator.
Back to Top
Methods

  NameDescription
Public methodClearNetworkCache
Forces the pre-experiment network to be recalculated.
Public methodExecute
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.
Back to Top
Properties

  NameDescription
Public propertyCacheNetwork
A flag indicating, if set, that the NetworkController should only ever obtain the pre-experiment network from the simulator once. Default value is true.
Public propertyExperimentDriver
The particular experiment that will be applied to the network.
Public propertyNetwork
The simulated network. Only avaiable once Execute() has been called.
Public propertyNetworkFilename
The filename corresponding to a stored network model. The network model should define the network but not (necessarily) solve anything.
Public propertyResultsTransformer
The IResultsTransform to be used in the experiment.
Back to Top
See Also