Generate code from Visual Paradigm state diagrams#
SinelaboreRT supports state machine models exported from Visual Paradigm via XMI.
Quick Start#
- Create your UML state machine in Visual Paradigm.
- Export the model as an XMI file.
- Run SinelaboreRT code generation with the exported model.
Example:
java -cp "pathToCodegenJarFolder/*" codegen.Main -l cx -o oven model.xmiNotes#
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.