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.TrafficLightControl.Engine
Assembly:  TrafficSimulation.TrafficLightControl.Engine (in TrafficSimulation.TrafficLightControl.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 methodStart
Starts the simulation.
Public methodStep
Simulates a single step.
Public methodStop
Stops the simulation.
Top
See Also