static void |
PrimeMinerAlgorithmSteps.addStatesToPES(PrimeEventStructure pes) |
iterates over all events and add states
|
static java.util.ArrayList<Region> |
PrimeMinerAlgorithmSteps.calculateExcitationRegions(PrimeEventStructure pes) |
calculates an excitation region
|
static java.util.ArrayList<Region> |
PrimeMinerAlgorithmSteps.calculateSwitchingRegions(PrimeEventStructure pes) |
calculates an switching region
|
static java.util.ArrayList<Event> |
PrimeMinerAlgorithmSteps.getAllEventsWithLabel(PrimeEventStructure pes,
java.lang.String label) |
Searches all events in a PrimeEventStructure with this label
|
static java.util.ArrayList<java.lang.String> |
PrimeMinerAlgorithmSteps.getAllLabels(PrimeEventStructure pes) |
Collect all labels of a given PrimeEventStructure
|
static org.processmining.models.graphbased.directed.petrinet.Petrinet |
PrimeMinerAlgorithmSteps.synthesize(org.processmining.framework.plugin.PluginContext context,
PrimeEventStructure pes) |
STEP 5: Synthesize the workflow model
|