Class CutFinderIMlcConcurrent
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IMlc.CutFinderIMlcConcurrent
-
-
Constructor Summary
Constructors Constructor Description CutFinderIMlcConcurrent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CutfindCut(Dfg dfg, Graph<org.deckfour.xes.classification.XEventClass> concurrencyGraph)CutfindCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found.
-
-
-
Method Detail
-
findCut
public Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
Description copied from interface:CutFinderReturns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.
-
-