licit-lab / MnMS

Agent-based Multimodal Urban Moblity Simulator resulting from the ERC MAGnUM project
GNU Lesser General Public License v3.0
11 stars 4 forks source link

Clear separation between `Vehicule` and `User` #40

Closed floriangc closed 2 years ago

floriangc commented 2 years ago

This issue presents a proposition for the introduction of the Vehicule class in mnms, the final goal is to have services like Uber in the mobility services present in the system and improve the waiting time computation for the PublicTransport class by knowing the position of buses for example.

Proposition:

The MFDFlow will work on Vehicule and not User:

UserFlow class:

floriangc commented 2 years ago

@becarie what do you think ?