Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the popup-by-supsystic domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /dati/html/wordpress/pros/wp-includes/functions.php on line 6121
BPMN Metrics Extractor – PROS

BPMN Metrics Extractor

This project consists of a Metrics Extractor built for BPMN models. It takes a BPMN model as input and computes different kinds of metrics saving them into a Json file which will be lately stored into a database. More details together with the source code can be found at https://github.com/PROSLab/BPMNMetricsExtractor

The project is built upon several components:

  • Component 0: Basic Metrics Extractor
  • Component 1: Advanced Metrics Extractor
  • Component 2: Json Encoder and Database Connection

Further information about components can be found in their respective sections of this Wiki.

The project uses the following technologies:

  • Programming Language: Java 8
  • External Libraries: Camunda 7.7, Jersey 2.2.7
  • Build Automation Tool: Maven
  • Server: Tomcat 9.0
  • DBMS: MySql 8.0.13