Class CutFinderIMSequence
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IM.CutFinderIMSequence
-
- All Implemented Interfaces:
DfgCutFinder,CutFinder
public class CutFinderIMSequence extends java.lang.Object implements CutFinder, DfgCutFinder
-
-
Constructor Summary
Constructors Constructor Description CutFinderIMSequence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CutfindCut(Dfg dfg)CutfindCut(Dfg dfg, DfgMinerState minerState)Returns a cut, or null if none found.CutfindCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found.static CutfindCut2(Dfg dfg)
-
-
-
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.
-
findCut
public Cut findCut(Dfg dfg, DfgMinerState minerState)
Description copied from interface:DfgCutFinderReturns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.- Specified by:
findCutin interfaceDfgCutFinder- Returns:
-
-