Class DfgCutFinderMergeParallelGraph
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder.DfgCutFinderMergeParallelGraph
-
- All Implemented Interfaces:
DfgCutFinder
public class DfgCutFinderMergeParallelGraph extends java.lang.Object implements DfgCutFinder
-
-
Constructor Summary
Constructors Constructor Description DfgCutFinderMergeParallelGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CutfindCut(Dfg dfg, DfgMinerState minerState)Combine the parallel graph with the directly follows graph.
-
-
-
Method Detail
-
findCut
public Cut findCut(Dfg dfg, DfgMinerState minerState)
Combine the parallel graph with the directly follows graph.- Specified by:
findCutin interfaceDfgCutFinder- Returns:
-
-