Table of Contents

Class DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco>

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Default simulation runner class.

public class DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco> : RoutineRunnerBase<TAutomationConfig, TModelStateBase, SimulatorRoutineRevision> where TAutomationConfig : AutomationConfig, new() where TModelStateBase : ModelStateBase, new() where TModelStateBasePoco : ModelStateBasePoco

Type Parameters

TAutomationConfig

The type of the automation configuration.

TModelStateBase

The type of the model state base.

TModelStateBasePoco

The type of the model state base POCO.

Inheritance
SimulationRunnerBase<TAutomationConfig, TModelStateBase, SimulatorRoutineRevision>
RoutineRunnerBase<TAutomationConfig, TModelStateBase, SimulatorRoutineRevision>
DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco>
Inherited Members

Constructors

DefaultSimulationRunner(DefaultConfig<TAutomationConfig>, CogniteDestination, DefaultModelLibrary<TAutomationConfig, TModelStateBase, TModelStateBasePoco>, DefaultRoutineLibrary<TAutomationConfig>, SimulatorCreate, ISimulatorClient<TModelStateBase, SimulatorRoutineRevision>, ILogger<DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco>>)

public DefaultSimulationRunner(DefaultConfig<TAutomationConfig> config, CogniteDestination cdf, DefaultModelLibrary<TAutomationConfig, TModelStateBase, TModelStateBasePoco> modelLibrary, DefaultRoutineLibrary<TAutomationConfig> configLibrary, SimulatorCreate simulatorDefinition, ISimulatorClient<TModelStateBase, SimulatorRoutineRevision> client, ILogger<DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco>> logger)

Parameters

config DefaultConfig<TAutomationConfig>

The default configuration.

cdf CogniteDestination

The Cognite destination.

modelLibrary DefaultModelLibrary<TAutomationConfig, TModelStateBase, TModelStateBasePoco>

The default model library.

configLibrary DefaultRoutineLibrary<TAutomationConfig>

The default routine library.

simulatorDefinition SimulatorCreate

The simulator definition.

client ISimulatorClient<TModelStateBase, SimulatorRoutineRevision>

The simulator client.

logger ILogger<DefaultSimulationRunner<TAutomationConfig, TModelStateBase, TModelStateBasePoco>>

The logger.