chairemobilite / trRouting

Transit Routing server app using Connection Scan Algorithm and flexible parameters
GNU General Public License v3.0
24 stars 10 forks source link

Specialize JourneyStep into multiple derived classes #209

Open greenscientist opened 1 year ago

greenscientist commented 1 year ago

As stated in the comment, journeyStep can be either an access/Egress to the network, riding a transportation or connecting between transportation. Each of these things have different parameters, which would be better represented into separate classes

greenscientist commented 1 year ago

RoutingStep already have a few type that we can get inspiration from