JVerbruggen / IMSpoorToEulynx

Internship repo for converting IMSpoor to Eulynx
2 stars 2 forks source link

Translating: LevelCrossing #23

Open JVerbruggen opened 3 years ago

JVerbruggen commented 3 years ago

Wiki: wiki

JVerbruggen commented 3 years ago

Structural decompose exercise

JVerbruggen commented 3 years ago

Turns out: Junction =/ Level crossing.

Level Crossing: image

JVerbruggen commented 3 years ago

EULYNX

TrackCrossing: &myTrackCrossing
  isLocatedAt: # Location where decking and track cross. Can be multiple since multiple tracks can be crossed at once
  - *myTrackCrossing_Location 

SpotLocation: &myTrackCrossing_Location
  # ...

LevelCrossingSystem: &myLevelCrossingSystem
  protectsTrackCrossing: *myTrackCrossing
JVerbruggen commented 3 years ago

IMSpoor

LevelCrossing: &myLevelCrossing
  levelCrossingType: tLevelCrossingTypeEnum.Unknown