Skip to main content

Module algorithms

Module algorithms 

Source

Structs§

FootprintMatrix
A complete footprint matrix for an event log

Enums§

FootprintRelation
Footprint relation between two activities

Functions§

discover_alpha_plus_plus
Discover a Petri net using the Alpha++ algorithm.
discover_alpha_plus_plus_from_log
Public thin wrapper around alpha_plus_plus_inner for integration tests and external callers that cannot access pub(crate) items.
discover_dfg_filtered
Discover DFG with frequency filtering
discover_dfg_filtered_from_log
Pure-Rust DFG filtered discovery without wasm-bindgen. Used by integration tests.
discover_footprints
Discover the Alpha-style footprint matrix from an event log.
discover_footprints_from_log
Pure-Rust footprint discovery without wasm-bindgen. Used by integration tests.
export_dfg_to_json
Export DFG to JSON
export_petri_net_to_json
Export PetriNet to JSON