Click or drag to resize

IEngine Interface

[This is preliminary documentation and is subject to change.]

The Simulation Engine. It is responsable for the control of the simulation

Namespace:  TrafficSimulation.Simulation.Engine
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IEngine

The IEngine type exposes the following members.

Methods
  NameDescription
Public methodInit
Initalizes the Simulation.
Public methodIsStarted
Determines whether this instance is started.
Public methodSetCarDefect
Sets the car defect.
Public methodStart
Starts the simulation.
Public methodStep
Simulates a single step.
Public methodStop
Stops the simulation.
Top
See Also