-
Notifications
You must be signed in to change notification settings - Fork 2
Home
JVerbruggen edited this page Nov 19, 2020
·
47 revisions
Welcome to the IMSpoorToRTM wiki! 🚂
Project Summary - Introduction to this project and wiki.
-
App Structure - C4 app structure.
- Data Management - How is data managed in the application's memory?
- Model logic - How do we add logic to models in the Model layer?
- Objects and References in EULYNX C# - How to convert BaseObjects to References and vice-versa
- Pre-loading
- Converting XSD to C# classes - Requirements of how XSDs should be translated to c# files
- Translation
- Main topology translation - What is the difference between both models and how these are mapped.
- How is IMSpoor translated to EULYNX? - More technical of acquiring data.
- Signal Structures - Translation of Gantries
- Switch Translation - How are switches composed and how to translate.
- Eulynx Applications
- Dijkstra Algorithm application - Description of the implemented Dijkstra algorithm.
- Considerations
- Visitor pattern usage - Possible usage of the visitor pattern in the application
This Wiki was created by Jurjen Verbruggen
- App Structure
- Pre-loading
- Translation
- Testing
- Eulynx Applications
- Considerations