Skip to content

Getting started

Michele Guerriero edited this page Aug 9, 2016 · 14 revisions

In order to run DICER, assuming that you already created a DDSM model using the provided metamodel and with the help of the Ecore Reflective Diagram Editor, you just need to run the following command:

java -jar dicer.jar -inModel path/to/ddsm_model.xmi -outModel path/to/output_model

Make sure that the -outModel argument is a path to a file with no extention. DICER will create also an xmi and a json version of the generated deployment blueprint.