pm4py.algo.discovery.alpha.data_structures.alpha_classic_abstraction module#
- class pm4py.algo.discovery.alpha.data_structures.alpha_classic_abstraction.ClassicAlphaAbstraction(start_activities, end_activities, dfg, activity_key='concept:name')[source]#
Bases:
objectClass representing the basic abstraction of the alpha miner. The class covers start- and end attributes, the directly follows relation, the parallel relation and the causal relation.
- property start_activities#
- property end_activities#
- property dfg#
- property causal_relation#
- property parallel_relation#
- property activity_key#