Uses of Class
org.processmining.plugins.InductiveMiner.dfgOnly.DfgMinerState
-
-
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.dfgOnly
Methods in org.processmining.plugins.InductiveMiner.dfgOnly with parameters of type DfgMinerState Modifier and Type Method Description static voidDfgMiner. debug(java.lang.Object x, DfgMinerState minerState)static org.processmining.processtree.NodeDfgMiner. findBaseCases(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)static CutDfgMiner. findCut(Dfg dfg, DfgMinerState minerState)static org.processmining.processtree.NodeDfgMiner. findFallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)static org.processmining.processtree.NodeDfgMiner. mineNode(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)static DfgSplitter.DfgSplitResultDfgMiner. splitLog(Dfg dfg, Cut cut, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder with parameters of type DfgMinerState Modifier and Type Method Description org.processmining.processtree.NodeDfgBaseCaseFinder. findBaseCases(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)usage: if there is no base case in this log, returns null if there is a base case, returns a Node.org.processmining.processtree.NodeSimpleDfgBaseCaseFinder. findBaseCases(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder with parameters of type DfgMinerState Modifier and Type Method Description static DfgDfgCutFinderNoiseFiltering. filterDfg(Dfg dfg, DfgMinerState minerState)Filter the dfg as in IMi.CutDfgCutFinder. findCut(Dfg dfg, DfgMinerState minerState)Returns a cut, or null if none found.CutDfgCutFinderCombination. findCut(Dfg dfg, DfgMinerState minerState)CutDfgCutFinderMergeParallelGraph. findCut(Dfg dfg, DfgMinerState minerState)Combine the parallel graph with the directly follows graph.CutDfgCutFinderNoiseFiltering. findCut(Dfg dfg, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough with parameters of type DfgMinerState Modifier and Type Method Description org.processmining.processtree.NodeDfgFallThrough. fallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)usage: returns a Node.org.processmining.processtree.NodeDfgFallThroughFlower. fallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState)org.processmining.processtree.NodeDfgFallThroughStrictTauLoop. fallThrough(Dfg dfg, org.processmining.processtree.ProcessTree tree, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter with parameters of type DfgMinerState Modifier and Type Method Description DfgSplitter.DfgSplitResultDfgSplitter. split(Dfg dfg, Cut cut, DfgMinerState minerState)usage: returns a list of sublogs and a multiset of noise events Must be thread-safe and static, i.e, no side-effects allowed.DfgSplitter.DfgSplitResultSimpleDfgSplitter. split(Dfg dfg, Cut cut, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IM
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type DfgMinerState Modifier and Type Method Description CutCutFinderIMConcurrent. findCut(Dfg dfg, DfgMinerState minerState)CutCutFinderIMExclusiveChoice. findCut(Dfg dfg, DfgMinerState minerState)CutCutFinderIMLoop. findCut(Dfg dfg, DfgMinerState minerState)CutCutFinderIMSequence. findCut(Dfg dfg, DfgMinerState minerState) -
Uses of DfgMinerState in org.processmining.plugins.InductiveMiner.mining.cuts.IMc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type DfgMinerState Modifier and Type Method Description CutCutFinderIMc. findCut(Dfg dfg, DfgMinerState minerState)
-