Namespace SOHMultimodalModel.Model
Classes
The Citizen
is proceeding his/her dayplan by moving to different POIs within a day.
This Traveler<TLayer> entity uses the cycling
and walking
modality to reach their
goal.
This layer implements the IMultimodalLayer to provide walking and bicycle driving mutli-modal
routing capabilities.
Provides the scheduling of CycleTraveler utilizing the cycle and the walking modality.
A dock worker agent is a Traveler<TLayer> that tries to reach his/her goal with the ferry modality
This layer implements the IMultimodalLayer to provide a variety of multi-modal routing capabilities.
A IMultimodalLayer
that spawns PassengerTraveler
agents
A traveler agent tries to move from start to goal. He/she may use different modalities for that purpose.
The agent removes himself/herself from the simulation after fulfilling this task.
Enums
This enumeration type describes the kind of daily working of this citizen.