Class SimulationWorkflowState
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Simulation.Entities
Assembly: Mars.Core.dll
Syntax
public class SimulationWorkflowState : SimulationContext, ISimulationContext, ISimulationState, IDisposable
Constructors
| Improve this Doc View SourceSimulationWorkflowState(Int64)
Create a simple simulation workflow state representing the context, which is not realtime related.
Declaration
public SimulationWorkflowState(long startStep = 0L)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | startStep |
SimulationWorkflowState(TimeSpan, DateTime, DateTime)
Create a simulation workflow state representing the context context with realtime settings
Declaration
public SimulationWorkflowState(TimeSpan oneTickTimeSpan, DateTime startTimePoint, DateTime endTimePoint)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | oneTickTimeSpan | |
System.DateTime | startTimePoint | |
System.DateTime | endTimePoint |
Properties
| Improve this Doc View SourceModel
The runtime model with all instances of agents and layers
Declaration
[JsonIgnore]
[BsonIgnore]
public IRuntimeModel Model { get; }
Property Value
Type | Description |
---|---|
IRuntimeModel |
Implements
System.IDisposable