matsim-vsp / logistics

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

Move classes related to IO into own package. #139

Closed kt86 closed 1 year ago

kt86 commented 1 year ago

@kainagel wishes to have the classes related to I/O in an own class to have a better overview/structure.

This PR realizes this request.

For doing it, I needed to make the LspPlanImpl public. But there is no obvious reason, why not doing it :)

On the side: Optimizing the imports in various classes.