Try it for free#
The trial version is limited in the number of supported states and transitions.
If you purchase a license, you receive a digitally signed personalized license file that must be saved in the installation directory. This disables evaluation mode.
Using the JAR File (for all operating systems)#
The code generator is bundled as a system-independent Java JAR file and can be used from the command line on various operating systems. The only requirement is a recent JRE version (JRE 17 recommended). No installation is required.
Download the latest demo package including documentation:
- sinelaborert.zip
- MD5 (
codegen.jar):b0c97fc393c50c791eae87d14d782b07 - the JAR file has no external dependencies and can be easily used on a build piplene or Docker image
Other Downloads#
- SinelaboreRT Code Generator Manual (PDF)
- Cadifra UML Editor - fast UML tool for Windows used in several examples and manual sections (30-day trial available).
- Graphviz - open source graph visualization software required for the integrated graphical editor and simulator.
Manual Preview#
For this packaged version of the code generator, Java 17 is required. Download it from the official JDK 17 page and make sure Java is in your PATH.
Example check:
java -version
# openjdk 17-ea 2021-09-14