Class Simulation
Stores and manages simulation runs.
Inherited Members
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class Simulation : DecisionModelBase, IDecisionModelBase, IDbEntity, IWMEntity, IDocumented, IWMPrincipalOwned, IHasDecisionModel
Properties
DecisionModel
Get a reference to the DecisionModel for which the simulation is being run.
Declaration
public DecisionModel DecisionModel { get; set; }
Property Value
Type | Description |
---|---|
DecisionModel |
Owner
WMPrincipal that owns this Simulation instance.
Declaration
public WMPrincipal? Owner { get; set; }
Property Value
Type | Description |
---|---|
WMPrincipal |