Added Event Model Implementation

Signed-off-by: Lukas Krawczyk <eclipse@krawczyk.at>
8 files changed
tree: cd278c0de63768e15ebe7b138b7eb38c55d88c26
  1. .mvn/
  2. archive/
  3. build_dependencies/
  4. examples/
  5. features/
  6. plugins/
  7. releng/
  8. tests/
  9. .gitignore
  10. CODE_OF_CONDUCT.md
  11. CONTRIBUTING.md
  12. DEPENDENCIES
  13. description.txt
  14. LICENSE
  15. NOTICE.md
  16. pom.xml
  17. README.md
  18. SECURITY.md
README.md

Eclipse APP4MC

This is the main repository of Eclipse APP4MC. It contains the following components:

Model           | Amalthea model
Editor          | Standard Amalthea model editor
Validation      | Framework and provided model validations
Visualization   | Framework and standard model validations
Workflow        | Model manipulation based on EASE or MWE2
Tracing         | Amalthea trace database (ATDB) and converters
Examples        | Modeling examples of the platform
Help            | Eclipse APP4MC help

Build

The project uses Maven/Tycho to build.

From the root:

$ mvn clean verify

You need Maven 3.6.3 or higher to perform the POM-less Tycho build.

License

Eclipse Public License (EPL) v2.0