Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.SimulationControl Namespace Reference

Classes

interface  ISimulationEventsGenerator
 Every class which performs some repeating action should implement this interface More...
 
class  Simulation
 Class controlling performing simulation actions by simulation calendar. More...
 
struct  SimulationEventGeneratorKey
 Represents comparable key containing time and priority.
 
class  SimulationSpeedChangeEventArgs
 Event args containing old and new simulation speed. More...
 

Enumerations

enum  SimulationState { SimulationState.NotRunning, SimulationState.Running, SimulationState.Paused }
 Current state of the simulation. More...
 

Enumeration Type Documentation

Current state of the simulation.

Enumerator
NotRunning 
Running 
Paused 

Definition at line 12 of file SimulationState.cs.