Uses of Class
org.processmining.plugins.InductiveMiner.mining.MinerState
-
-
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining
Methods in org.processmining.plugins.InductiveMiner.mining with parameters of type MinerState Modifier and Type Method Description static voidMiner. debug(java.lang.Object x, MinerState minerState)static org.processmining.processtree.NodeMiner. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)static CutMiner. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static org.processmining.processtree.NodeMiner. findFallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)static org.processmining.processtree.NodeMiner. mineNode(IMLog log, org.processmining.processtree.ProcessTree tree, MinerState minerState)static LogSplitter.LogSplitResultMiner. splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.baseCases
Methods in org.processmining.plugins.InductiveMiner.mining.baseCases with parameters of type MinerState Modifier and Type Method Description org.processmining.processtree.NodeBaseCaseFinder. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)usage: if there is no base case in this log, returns null.org.processmining.processtree.NodeBaseCaseFinderIM. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeBaseCaseFinderIMi. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeBaseCaseFinderIMiEmptyLog. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeBaseCaseFinderIMiEmptyTrace. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeBaseCaseFinderIMiSingleActivity. findBaseCases(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)static IMLogBaseCaseFinderIMiEmptyTrace. removeEpsilonTraces(IMLog log, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts
Methods in org.processmining.plugins.InductiveMiner.mining.cuts with parameters of type MinerState Modifier and Type Method Description CutCutFinder. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found. -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor with parameters of type MinerState Modifier and Type Method Description CutCutFinderEKS. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor with parameters of type MinerState Constructor Description Exhaustive(IMLog log, IMLogInfo logInfo, UpToKSuccessorMatrix kSuccessor, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IM
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type MinerState Modifier and Type Method Description CutCutFinderIM. 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)static CutCutFinderIMConcurrentWithMinimumSelfDistance. findCutImpl(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMaConcurrent. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMaConcurrentOptionalOr. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMaInterleaved. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMc. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMf
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMf with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMf. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMfa. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMflc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMflc with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMflc. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc with parameters of type MinerState Modifier and Type Method Description CutCutFinderIMlc. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMlcConcurrent. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMlcInterleaved. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.fallthrough
Methods in org.processmining.plugins.InductiveMiner.mining.fallthrough with parameters of type MinerState Modifier and Type Method Description org.processmining.processtree.NodeFallThrough. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)usage: returns a Node.org.processmining.processtree.NodeFallThroughActivityConcurrent. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughActivityOncePerTraceConcurrent. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughFlowerWithEpsilon. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughFlowerWithoutEpsilon. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughIM. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughSaveLog. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughTauLoop. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)org.processmining.processtree.NodeFallThroughTauLoopStrict. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.fallthrough.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.fallthrough.IMlc with parameters of type MinerState Modifier and Type Method Description org.processmining.processtree.NodeFallThroughIMlc. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.logSplitter
Methods in org.processmining.plugins.InductiveMiner.mining.logSplitter with parameters of type MinerState Modifier and Type Method Description LogSplitter.LogSplitResultLogSplitter. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)usage: returns a list of sublogs and a multiset of noise events Must be thread-safe and abstract, i.e, no side-effects allowed.LogSplitter.LogSplitResultLogSplitterCombination. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterIMlc. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterInterleavedFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterLoop. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterLoop. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterMaybeInterleaved. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterMaybeInterleaved. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterOr. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterOr. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterParallel. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterParallel. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static LogSplitter.LogSplitResultLogSplitterSequenceFiltering. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterSequenceFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterXor. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterXor. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static LogSplitter.LogSplitResultLogSplitterXorFiltering. split(IMLog log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterXorFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.logSplitter.IMpt
Methods in org.processmining.plugins.InductiveMiner.mining.logSplitter.IMpt with parameters of type MinerState Modifier and Type Method Description LogSplitter.LogSplitResultLogSplitterLoopIMpt. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static java.util.List<IMLog>LogSplitterLoopIMpt. split(IMLogStartEndComplete log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState)LogSplitter.LogSplitResultLogSplitterSequenceFilteringIMpt. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)static LogSplitter.LogSplitResultLogSplitterSequenceFilteringIMpt. split(IMLogStartEndComplete log, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, MinerState minerState) -
Uses of MinerState in org.processmining.plugins.InductiveMiner.mining.postprocessor
Methods in org.processmining.plugins.InductiveMiner.mining.postprocessor with parameters of type MinerState Modifier and Type Method Description org.processmining.processtree.NodePostProcessor. postProcess(org.processmining.processtree.Node node, IMLog log, IMLogInfo logInfo, MinerState minerState)org.processmining.processtree.NodePostProcessorInterleaved. postProcess(org.processmining.processtree.Node node, IMLog log, IMLogInfo logInfo, MinerState state)
-