Introduction

This page lists the streaming process mining techniques currently implemented in the Beamline Framework. To use these algorithms in your Java Maven project it is necessary to include, in the pom.xml file, the package repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
Then, for each technique to be used, corresponding depepdencies should be includeded as well.

Control-flow discovery techniques implemented:

Conformance checking techniques implemented:

Random generation of processes and simulation: