Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

Scylla

Scylla is an extensible BPMN simulator which relies on the building blocks of discrete event simulation. The simulator is based on a plug-in architecture and implemented in the Java programming language.

Prerequisites

  • Apache Maven 3+
  • Java 8

Installation

Import the scylla Maven project in your Java IDE (e.g. Eclipse).

How to run it

  • Make sure that the simulation input is correctly referenced in the main class (de.hpi.bpt.scylla.Scylla) of the project
  • The files are located in the folder sample_simulation_input
  • Run the main class of the project