Uses of Class
org.processmining.plugins.inductiveminer2.mining.MinerState
-
-
Uses of MinerState in org.processmining.plugins.inductiveminer2.framework.basecases
Methods in org.processmining.plugins.inductiveminer2.framework.basecases with parameters of type MinerState Modifier and Type Method Description org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinder. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderEmptyLog. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderEmptyTraces. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderEmptyTracesFiltering. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderSemiFlowerModel. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderSingleActivity. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeBaseCaseFinderSingleActivityFiltering. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)static IMLogBaseCaseFinderEmptyTraces. removeEpsilonTraces(IMLog log, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.inductiveminer2.framework.cutfinders
Methods in org.processmining.plugins.inductiveminer2.framework.cutfinders with parameters of type MinerState Modifier and Type Method Description CutCutFinder. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMConcurrent. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMConcurrentWithMinimumSelfDistance. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMExclusiveChoice. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMLoop. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)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 MinerState in org.processmining.plugins.inductiveminer2.framework.fallthroughs
Methods in org.processmining.plugins.inductiveminer2.framework.fallthroughs with parameters of type MinerState Modifier and Type Method Description org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThrough. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThroughActivityConcurrent. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThroughActivityOncePerTraceConcurrent. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThroughFlowerWithoutEpsilon. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThroughTauLoop. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeFallThroughTauLoopStrict. fallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.inductiveminer2.framework.logsplitter
Methods in org.processmining.plugins.inductiveminer2.framework.logsplitter with parameters of type MinerState Modifier and Type Method Description IMLog[]LogSplitter. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterConcurrent. split(IMLog log, java.util.Collection<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterConcurrent. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterInterleavedFiltering. split(IMLog log, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterInterleavedFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterLoop. split(IMLog log, java.util.List<gnu.trove.set.TIntSet> list, MinerState minerState)IMLog[]LogSplitterLoop. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterLoopPartialTraces. split(IMLogImplPartialTraces log, java.util.Collection<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterLoopPartialTraces. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterOr. split(IMLog log, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterOr. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterSequenceFiltering. split(IMLog log, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterSequenceFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterSequenceFilteringPartialTraces. split(IMLogImplPartialTraces log, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterSequenceFilteringPartialTraces. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static IMLog[]LogSplitterXorFiltering. split(IMLog log, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]LogSplitterXorFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.inductiveminer2.framework.postprocessor
Methods in org.processmining.plugins.inductiveminer2.framework.postprocessor with parameters of type MinerState Modifier and Type Method Description voidPostProcessor. postProcess(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, IMLog log, IMLogInfo logInfo, MinerState minerState)voidPostProcessorEmptyLog. postProcess(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.inductiveminer2.mining
Methods in org.processmining.plugins.inductiveminer2.mining with parameters of type MinerState Modifier and Type Method Description static voidInductiveMiner. debug(java.lang.Object x, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeInductiveMiner. findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutInductiveMiner. findCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeInductiveMiner. findFallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeInductiveMiner. mineNode(IMLog log, MinerState minerState)static IMLog[]InductiveMiner. splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)IMLog[]MiningParameters. splitLogConcurrent(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParameters. splitLogInterleaved(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParameters. splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParameters. splitLogOr(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParameters. splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParameters. splitLogXor(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.inductiveminer2.variants
Methods in org.processmining.plugins.inductiveminer2.variants with parameters of type MinerState Modifier and Type Method Description IMLog[]MiningParametersIM. splitLogConcurrent(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIM. splitLogInterleaved(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIM. splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMInfrequentPartialTraces. splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMInfrequentPartialTracesAli. splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMPartialTraces. splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIM. splitLogOr(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIM. splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMInfrequentPartialTraces. splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMInfrequentPartialTracesAli. splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIMPartialTraces. splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)IMLog[]MiningParametersIM. splitLogXor(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)
-