Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.3 KB

Eclipse Signalling Engineering Toolbox - Toolbox Model

Note

With eclipse-set/set#463 the toolbox model functionality has been moved into the EMF models in https://github.com/eclipse-set/model. As a result, this repository is no longer in use by Eclipse SET.

This repository contains the source code for the toolbox model subcomponent of the Eclipse Signalling Engineering Toolbox. The toolbox model is an EMF data model, which is based on the main PlanPro-derived data model. The main goal of this additional modelling layer is to adapt the subject-specific data structures in the PlanPro model into equivalent structures that are easier and faster to process in an EMF-based application.

To facilitate this goal, the toolbox model is derived using a set of XSLT transformations which have a corresponding Java transformation. The Java transformation ensures bidirectional translation between the model and the toolbox model.

For more details on the Eclipse Signalling Engineering Toolbox project, please see

Contributing

If you are interested in contributing, please see CONTRIBUTING.md for details.

Build instructions

For detailed build instructions see BUILD_INSTRUCTIONS.md.