Uses of Class
org.processmining.plugins.inductiveminer2.framework.cutfinders.Cut
-
-
Uses of Cut in org.processmining.plugins.inductiveminer2.framework.cutfinders
Methods in org.processmining.plugins.inductiveminer2.framework.cutfinders that return Cut Modifier and Type Method Description CutCutFinder. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutCutFinderIMConcurrent. findCut(IntDfg dfg, org.processmining.plugins.InductiveMiner.Function<java.lang.Integer,MultiIntSet> minimumSelfDistanceBetween)CutCutFinderIMConcurrent. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMConcurrentWithMinimumSelfDistance. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutCutFinderIMExclusiveChoice. findCut(IntDfg dfg)CutCutFinderIMExclusiveChoice. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutCutFinderIMLoop. findCut(IntDfg dfg)CutCutFinderIMLoop. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutCutFinderIMSequence. findCut(IntDfg dfg)CutCutFinderIMSequence. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutDfgCutFinderSimple. findCut(IntDfg dfg, MinerState minerState)static CutCutFinderIMConcurrentWithMinimumSelfDistance. findCutImpl(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of Cut in org.processmining.plugins.inductiveminer2.framework.logsplitter
Methods in org.processmining.plugins.inductiveminer2.framework.logsplitter with parameters of type Cut Modifier and Type Method Description IMLog[]LogSplitter. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterConcurrent. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterInterleavedFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterLoop. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterLoopPartialTraces. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterOr. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterSequenceFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterSequenceFilteringPartialTraces. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]LogSplitterXorFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of Cut in org.processmining.plugins.inductiveminer2.helperclasses.normalised
Methods in org.processmining.plugins.inductiveminer2.helperclasses.normalised that return Cut Modifier and Type Method Description CutNormaliserInt2. deNormalise(Cut newCut)CutNormaliserIntImpl2. deNormalise(Cut newCut)Methods in org.processmining.plugins.inductiveminer2.helperclasses.normalised with parameters of type Cut Modifier and Type Method Description CutNormaliserInt2. deNormalise(Cut newCut)CutNormaliserIntImpl2. deNormalise(Cut newCut) -
Uses of Cut in org.processmining.plugins.inductiveminer2.mining
Methods in org.processmining.plugins.inductiveminer2.mining that return Cut Modifier and Type Method Description static CutInductiveMiner. findCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState)Methods in org.processmining.plugins.inductiveminer2.mining with parameters of type Cut Modifier and Type Method Description static IMLog[]InductiveMiner. splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of Cut in org.processmining.plugins.inductiveminer2.withoutlog
Methods in org.processmining.plugins.inductiveminer2.withoutlog that return Cut Modifier and Type Method Description static CutInductiveMinerWithoutLog. findCut(DfgMsd graph, java.lang.Iterable<CutFinderWithoutLog> cutFinders, MinerStateWithoutLog minerState)Methods in org.processmining.plugins.inductiveminer2.withoutlog with parameters of type Cut Modifier and Type Method Description static DfgMsd[]InductiveMinerWithoutLog. splitLog(DfgMsd graph, Cut cut, MinerStateWithoutLog minerState) -
Uses of Cut in org.processmining.plugins.inductiveminer2.withoutlog.cutfinders
Methods in org.processmining.plugins.inductiveminer2.withoutlog.cutfinders that return Cut Modifier and Type Method Description CutCutFinderWithoutLog. findCut(DfgMsd graph, MinerStateWithoutLog minerState)CutCutFinderWithoutLogIMConcurrent. findCut(DfgMsd graph, MinerStateWithoutLog minerState)static CutCutFinderWithoutLogIMConcurrentWithMinimumSelfDistance. findCut(DfgMsd dfg, boolean considerMsd)CutCutFinderWithoutLogIMConcurrentWithMinimumSelfDistance. findCut(DfgMsd graph, MinerStateWithoutLog minerState)CutCutFinderWithoutLogIMExclusiveChoice. findCut(DfgMsd graph, MinerStateWithoutLog minerState)CutCutFinderWithoutLogIMLoop. findCut(DfgMsd graph, MinerStateWithoutLog minerState)CutCutFinderWithoutLogIMLoopWithMinimumSelfDistance. findCut(DfgMsd graph, MinerStateWithoutLog minerState)CutCutFinderWithoutLogIMSequence. findCut(DfgMsd graph, MinerStateWithoutLog minerState) -
Uses of Cut in org.processmining.plugins.inductiveminer2.withoutlog.graphsplitters
Methods in org.processmining.plugins.inductiveminer2.withoutlog.graphsplitters with parameters of type Cut Modifier and Type Method Description DfgMsd[]DfgMsdSplitter. split(DfgMsd graph, Cut cut, MinerStateWithoutLog minerState)DfgMsd[]SimpleDfgMsdSplitter. split(DfgMsd graph, Cut cut, MinerStateWithoutLog minerState)
-