VTTI-CSM / NeTrainSim

An open-source network train simulator.
https://vtti-csm.github.io/NeTrainSim/
GNU General Public License v3.0
4 stars 1 forks source link

move signals to nodes instead of links #13

Closed AhmedAredah closed 1 year ago

AhmedAredah commented 1 year ago

Is your feature request related to a problem? Please describe. The current development includes the signals in the links class; however, this could add complexity in adding signals if the link is two-directional.

Describe the solution you'd like A good scenario is when the signals are defined separately or associated with nodes. this way the user can place a signal at nodes as in the real-life case.