| ... | @@ -47,6 +47,14 @@ arguments are supported: |
... | @@ -47,6 +47,14 @@ arguments are supported: |
|
|
|will write the generated `model.jar` to the directory specified by _OPATH_. If this parameter is
|
|
|will write the generated `model.jar` to the directory specified by _OPATH_. If this parameter is
|
|
|
omitted, the current directory will be used.
|
|
omitted, the current directory will be used.
|
|
|
|
|
|
|
|
|
|`-m`
|
|
|
|
|`--model`
|
|
|
|
|_MODEL_
|
|
|
|
|will load a description of the model's components. This should be a JSON-file which specifies what
|
|
|
|
classes to load and which role they play in the resulting model. A simple example for such a model
|
|
|
|
may be found at `/assets/ttc17.sync.json`. If this parameter is omitted, the path to the ECORE
|
|
|
|
model will be used and the file name will be expanded to `$MODELNAME.sync.json`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|_ECORE_
|
|
|_ECORE_
|
| ... | @@ -54,6 +62,11 @@ arguments are supported: |
... | @@ -54,6 +62,11 @@ arguments are supported: |
|
|
|
|
|
|
|
|===
|
|
|===
|
|
|
|
|
|
|
|
|
TIP: If you just want to get started quickly from the IDE, the following build settings will use the
|
|
|
|
example model (the TTC17 persons use-case) found under `/assets` and write all resulting
|
|
|
|
intermediate files to `/out` in your project's root. The final model will be placed at `model.jar`.
|
|
|
|
Just use `-w out/raw assets/ttc17.ecore` as program arguments.
|
|
|
|
|
|
|
== Supported EMF features
|
|
== Supported EMF features
|
|
|
|
|
|
|
|
=== Implemented
|
|
=== Implemented
|
| ... | | ... | |