Adapts the README.md

This commit is contained in:
Maximilian Kratz 2024-04-29 12:37:55 +02:00
parent 5446b6f5a9
commit 6eba89891e

View file

@ -22,9 +22,12 @@ This repository holds some GIPS example projects.
| **Name** | **Description** |
| -------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `classdiagram*` | Example GIPS-based solution of the TGG 3.0 prototype implementation (classes) |
| `JavaFXDependencies` | JavaFX Dependencies (as Eclipse plug-in project) [will just work on Windows] |
| `LectureStudioModelB` | Adapted (meta)model for the lectureStudio P2P example |
| `org.emoflon.gips.gipsl.examples.headlessrunner.*` | Example on how to build and use a GIPS project headlessly - export it to JAR and run it |
| `org.emoflon.gips.gipsl.examples.helloworld` | Very simple hello world example for the GIPS language - can not be executed |
| `org.emoflon.gips.gipsl.examples.mdvne.*` | Model-driven Virtual Network Embedding example with and without migration functionality |
| `org.emoflon.gips.gipsl.examples.lsp2p*` | Adapted lectureStudio P2P example |
| `network.model` | Network (meta)model with converters and a manipulator for the MdVNE example |
| `org.emoflon.gips.gipsl.examples.sdr.*` | Software-Defined Radio task scheduling on CPUs |
| `PersonTaskAssignments`/`PTA*` | Person-to-Task Assignments for construction purposes |