Uses of Class
org.processmining.plugins.InductiveMiner.mining.IMLogInfo
-
-
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.dfgOnly.log2logInfo
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.log2logInfo that return IMLogInfo Modifier and Type Method Description IMLogInfoIMLog2IMLogInfo. createLogInfo(IMLog log)Create an IMLogInfo from an IMLogIMLogInfoIMLog2IMLogInfoDefault. createLogInfo(IMLog log)IMLogInfoIMLog2IMLogInfoLifeCycle. createLogInfo(IMLog log)IMLogInfoIMLog2IMLogInfoStartEndComplete. createLogInfo(IMLog log)static IMLogInfoIMLog2IMLogInfoDefault. log2logInfo(IMLog log)static IMLogInfoIMLog2IMLogInfoLifeCycle. log2logInfo(IMLog log)static IMLogInfoIMLog2IMLogInfoStartEndComplete. log2logInfo(IMLog log) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining
Methods in org.processmining.plugins.InductiveMiner.mining with parameters of type IMLogInfo Modifier and Type Method Description 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 LogSplitter.LogSplitResultMiner. splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.baseCases
Methods in org.processmining.plugins.InductiveMiner.mining.baseCases with parameters of type IMLogInfo 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) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts
Methods in org.processmining.plugins.InductiveMiner.mining.cuts with parameters of type IMLogInfo Modifier and Type Method Description CutCutFinder. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found. -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor with parameters of type IMLogInfo Modifier and Type Method Description CutCutFinderEKS. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static UpToKSuccessorMatrixUpToKSuccessor. fromLog(IMLog log, IMLogInfo logInfo)Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.ExhaustiveKSuccessor with parameters of type IMLogInfo Constructor Description Exhaustive(IMLog log, IMLogInfo logInfo, UpToKSuccessorMatrix kSuccessor, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IM
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type IMLogInfo 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 IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type IMLogInfo Modifier and Type Method Description CutCutFinderIMaConcurrent. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)CutCutFinderIMaConcurrentOptionalOr. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutCutFinderIMaInterleaved. findCut(IMLog log, IMLogInfo logInfo, Dfg dfg, boolean preserveFitness)CutCutFinderIMaInterleaved. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type IMLogInfo Modifier and Type Method Description CutCutFinderIMc. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMf
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMf that return IMLogInfo Modifier and Type Method Description static IMLogInfoCutFinderIMf. filterNoise(IMLogInfo logInfo, float threshold)Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMf with parameters of type IMLogInfo Modifier and Type Method Description static IMLogInfoCutFinderIMf. filterNoise(IMLogInfo logInfo, float threshold)CutCutFinderIMf. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa that return IMLogInfo Modifier and Type Method Description static IMLogInfoCutFinderIMfa. filterNoise(IMLogInfo logInfo, float threshold)Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa with parameters of type IMLogInfo Modifier and Type Method Description static IMLogInfoCutFinderIMfa. filterNoise(IMLogInfo logInfo, float threshold)CutCutFinderIMfa. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMflc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMflc with parameters of type IMLogInfo Modifier and Type Method Description CutCutFinderIMflc. findCut(IMLog log, IMLogInfo logInfo, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc with parameters of type IMLogInfo 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 IMLogInfo in org.processmining.plugins.InductiveMiner.mining.fallthrough
Methods in org.processmining.plugins.InductiveMiner.mining.fallthrough with parameters of type IMLogInfo 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 IMLogInfo in org.processmining.plugins.InductiveMiner.mining.fallthrough.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.fallthrough.IMlc with parameters of type IMLogInfo Modifier and Type Method Description org.processmining.processtree.NodeFallThroughIMlc. fallThrough(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.logSplitter
Methods in org.processmining.plugins.InductiveMiner.mining.logSplitter with parameters of type IMLogInfo 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)LogSplitter.LogSplitResultLogSplitterLoop. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterMaybeInterleaved. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterOr. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterParallel. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterSequenceFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterXor. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterXorFiltering. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.logSplitter.IMpt
Methods in org.processmining.plugins.InductiveMiner.mining.logSplitter.IMpt with parameters of type IMLogInfo Modifier and Type Method Description LogSplitter.LogSplitResultLogSplitterLoopIMpt. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)LogSplitter.LogSplitResultLogSplitterSequenceFilteringIMpt. split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState) -
Uses of IMLogInfo in org.processmining.plugins.InductiveMiner.mining.postprocessor
Methods in org.processmining.plugins.InductiveMiner.mining.postprocessor with parameters of type IMLogInfo 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)
-