TrafficPLANit / PLANit

see www.goPLANit.org
Other
0 stars 0 forks source link

refactor infrastructure layers (container and network): parameterise it and introduce a new TopologicalLayer #47

Closed MarkRaadsen closed 3 years ago

MarkRaadsen commented 3 years ago

needed so we can add methods on the layer such as numberOfNodes, links, etc. But only topological layers have such things and infrastructure layer might not.

So add this new layer of abstraction.