Microscopic Traffic Simulator
|
Manages cars in cellular topology. More...
Properties | |
ReadOnlyDictionary< Car, Cell > | CellsWithCarInPreviousStep [get] |
Read only dictionary containing all cars with their first cells which they occupied before last transition function. More... | |
ReadOnlyDictionary< Car, Cell > | CellsWithCarInCurrentStep [get] |
Read only dictionary containing all cars with their first cells which they occupied after last transition function. More... | |
Manages cars in cellular topology.
Definition at line 11 of file CarsManager.cs.
|
get |
Read only dictionary containing all cars with their first cells which they occupied after last transition function.
Definition at line 37 of file CarsManager.cs.
|
get |
Read only dictionary containing all cars with their first cells which they occupied before last transition function.
Definition at line 23 of file CarsManager.cs.