Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(SimulationContext context, object key)
     : base(context, key)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(object key)
     : base(key)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(SimulationContext context)
     : base(context)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process()
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(SimulationContext context, object key)
     : base(context, key)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(SimulationContext context)
     : base(context)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process(object key)
     : base(key)
 {
     SimulationState = new ProcessSimulationState();
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NSimulate.Process"/> class.
 /// </summary>
 public Process()
 {
     SimulationState = new ProcessSimulationState();
 }