Sinelabore Homepage

Generate code from Visual Paradigm state diagrams#

SinelaboreRT supports state machine models exported from Visual Paradigm via XMI.

Quick Start#

  1. Create your UML state machine in Visual Paradigm.
  2. Export the model as an XMI file.
  3. Run SinelaboreRT code generation with the exported model.

Example:

java -cp "pathToCodegenJarFolder/*" codegen.Main -l cx -o oven model.xmi

Notes#

If generation fails for a specific XMI export, send us a minimal example model and the error output so we can reproduce and fix the issue quickly.