IExperimentor InterfaceElecNetKit Documentation
Defines an interface for conducting experiments on the network.

Namespace: ElecNetKit.Experimentation
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public interface IExperimentor
Remarks

When the NetworkController runs a simulation, it calls Experiment(NetworkModel), passing a NetworkModel and expecting a list of simulator-specific commands to manipulate the network. Results are then fed through to a Results Core.Transform or a graph.
See Also