Microscopic Traffic Simulator
Main Page
Packages
Classes
Files
File List
ISimulationEventsGenerator.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microscopic_Traffic_Simulator___Model
.SimulationControl
4
{
8
interface
ISimulationEventsGenerator
9
{
16
TimeSpan GetTimeToNextAction(Random random);
17
23
void
PerformAction(Random random);
24
28
bool
IsPauseScheduled {
get
; }
29
33
int
Priority {
get
; }
34
}
35
}
System
Microscopic_Traffic_Simulator___Model.SimulationControl.ISimulationEventsGenerator
Every class which performs some repeating action should implement this interface
Definition:
ISimulationEventsGenerator.cs:8
Microscopic_Traffic_Simulator___Model
Microscopic Traffic Simulator - Model
SimulationControl
ISimulationEventsGenerator.cs
Generated by
1.8.11