matsim-vsp / logistics

Modeling of logistic chains using Logistic Service Providers (LSPs)
GNU General Public License v2.0
1 stars 2 forks source link

Simplify hub handling events #196

Closed kt86 closed 11 months ago

kt86 commented 11 months ago

This PR combines the *TourEndEventHandler for the CollectionRun and the MainRun in the (new) centralized LSPTourEndEventHandler.

This includes some adaptions of its methods to remove duplications and similarities.

This PR is a starting point. It planned to also integrate the other *TourEndEventHandlers there as well. And to do it for the *TourStartEventHandlers analogously.