paudan / bpmn2sbvr

Repository for experimental code for extracting SBVR rules from BPMN models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bpmn2sbvr

Repository of the experimental code for paper "Transforming BPMN Processes to SBVR Process Rules with Deontic Modalities"

Running the code

The experiments are implemented as Java tests. To run them, one would need existing MagicDraw and IntelliJ installation (MagicDraw 19.0). Note that one may need to adjust library settings to execute tests.

Citation

If you find the following paper or code useful, please cite it as:

@Article{app12188976,
    AUTHOR = {Skersys, Tomas and Danenas, Paulius and Mickeviciute, Egle and Butleris, Rimantas},
    TITLE = {Transforming BPMN Processes to SBVR Process Rules with Deontic Modalities},
    JOURNAL = {Applied Sciences},
    VOLUME = {12},
    YEAR = {2022},
    NUMBER = {18},
    ARTICLE-NUMBER = {8976},
    URL = {https://www.mdpi.com/2076-3417/12/18/8976},
    ISSN = {2076-3417},
    DOI = {10.3390/app12188976}
}

About

Repository for experimental code for extracting SBVR rules from BPMN models

License:MIT License


Languages

Language:Java 100.0%