Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.CarsManager Class Reference

Manages cars in cellular topology. More...

Properties

ReadOnlyDictionary< Car, CellCellsWithCarInPreviousStep [get]
 Read only dictionary containing all cars with their first cells which they occupied before last transition function. More...
 
ReadOnlyDictionary< Car, CellCellsWithCarInCurrentStep [get]
 Read only dictionary containing all cars with their first cells which they occupied after last transition function. More...
 

Detailed Description

Manages cars in cellular topology.

Definition at line 11 of file CarsManager.cs.

Property Documentation

ReadOnlyDictionary<Car, Cell> Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.CarsManager.CellsWithCarInCurrentStep
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.

ReadOnlyDictionary<Car, Cell> Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.CarsManager.CellsWithCarInPreviousStep
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.


The documentation for this class was generated from the following file: