heshuis / CMMN2GM

Synthesizing CMMN models into goal models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMMN2GM

Synthesizing CMMN models into goal models

CMMN2GM computes a goal model from a CMMN schema, given a set of milestones from the CMMN schema that correspond to goals. The goal models are visualized as PNG file using dot (https://graphviz.org/)

CMMN2GM requires

Usage: java -jar CMMN2GM.jar <file.cmmn> <goal-milestone-correspondence.txt>, where <file.CMMN> is a CMMN file and <goal-milestone-correspondence.txt> is a textfile in which each line contains a milestone that corresponds to a goal.

Folder 'examples' contains sample CMMN and correspondence files.

About

Synthesizing CMMN models into goal models

License:GNU General Public License v3.0


Languages

Language:Java 100.0%