Uses of Interface
org.processmining.plugins.InductiveMiner.dfgOnly.Dfg
-
-
Uses of Dfg in org.processmining.plugins.flowerMiner
Methods in org.processmining.plugins.flowerMiner with parameters of type Dfg Modifier and Type Method Description org.processmining.processtree.ProcessTreeFlowerMinerDfg. mine(org.processmining.framework.plugin.PluginContext context, Dfg dfg) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.dfgOnly
Classes in org.processmining.plugins.InductiveMiner.dfgOnly that implement Dfg Modifier and Type Class Description classDfgImplMethods in org.processmining.plugins.InductiveMiner.dfgOnly that return Dfg Modifier and Type Method Description DfgDfg. clone()DfgDfgImpl. clone()Methods in org.processmining.plugins.InductiveMiner.dfgOnly with parameters of type Dfg Modifier and Type Method Description voidDfg. addEndActivities(Dfg dfg)Add the end activities in the dfg to the end activities.voidDfgImpl. addEndActivities(Dfg dfg)voidDfg. addStartActivities(Dfg dfg)Add the start activities in the dfg to the start activities.voidDfgImpl. addStartActivities(Dfg dfg)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.ProcessTreeDfgMiner. mine(Dfg dfg, DfgMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)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 Dfg in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgBaseCaseFinder with parameters of type Dfg 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 Dfg in org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder that return Dfg Modifier and Type Method Description static DfgDfgCutFinderNoiseFiltering. filterDfg(Dfg dfg, DfgMinerState minerState)Filter the dfg as in IMi.Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgCutFinder with parameters of type Dfg 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 Dfg in org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgFallThrough with parameters of type Dfg 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 Dfg in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter
Fields in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter with type parameters of type Dfg Modifier and Type Field Description java.util.List<Dfg>DfgSplitter.DfgSplitResult. subDfgsMethods in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter with parameters of type Dfg 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)Constructor parameters in org.processmining.plugins.InductiveMiner.dfgOnly.dfgSplitter with type arguments of type Dfg Constructor Description DfgSplitResult(java.util.List<Dfg> subDfgs) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.dfgOnly.plugins
Methods in org.processmining.plugins.InductiveMiner.dfgOnly.plugins that return Dfg Modifier and Type Method Description DfgFilterDfgPlugin. filter(org.processmining.contexts.uitopia.UIPluginContext context, Dfg dfg)DfgDfgImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)DfgXLog2Dfg. log2Dfg(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)static DfgDfgImportPlugin. readCSV(java.io.InputStream input)static DfgDfgImportPlugin. readFile(java.io.InputStream input)Methods in org.processmining.plugins.InductiveMiner.dfgOnly.plugins with parameters of type Dfg Modifier and Type Method Description static voidDfgExportPlugin. export(Dfg dfg, java.io.File file)voidDfgExportPlugin. exportDefault(org.processmining.contexts.uitopia.UIPluginContext context, Dfg dfg, java.io.File file)voidDfgExportPlugin. exportDefault(org.processmining.framework.plugin.PluginContext context, Dfg dfg, java.io.File file)DfgFilterDfgPlugin. filter(org.processmining.contexts.uitopia.UIPluginContext context, Dfg dfg)java.lang.Object[]IMd. minePetriNet(org.processmining.contexts.uitopia.UIPluginContext context, Dfg dfg)static org.processmining.processtree.conversion.ProcessTree2Petrinet.PetrinetWithMarkingsIMdPetriNet. minePetriNet(org.processmining.framework.plugin.PluginContext context, Dfg dfg, DfgMiningParameters parameters)static org.processmining.processtree.conversion.ProcessTree2Petrinet.PetrinetWithMarkingsIMdPetriNet. minePetriNet(Dfg dfg, DfgMiningParameters parameters)org.processmining.processtree.ProcessTreeIMd. mineProcessTree(org.processmining.contexts.uitopia.UIPluginContext context, Dfg dfg)static org.processmining.processtree.ProcessTreeIMdProcessTree. mineProcessTree(Dfg dfg, DfgMiningParameters parameters)static org.processmining.processtree.ProcessTreeIMdProcessTree. mineProcessTree(Dfg dfg, DfgMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.graphs
Constructors in org.processmining.plugins.InductiveMiner.graphs with parameters of type Dfg Constructor Description Reachability(Dfg dfg) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining
Fields in org.processmining.plugins.InductiveMiner.mining declared as Dfg Modifier and Type Field Description protected DfgIMLogInfo. dfgMethods in org.processmining.plugins.InductiveMiner.mining that return Dfg Modifier and Type Method Description DfgIMLogInfo. getDfg()Constructors in org.processmining.plugins.InductiveMiner.mining with parameters of type Dfg Constructor Description IMLogInfo(Dfg directlyFollowsGraph, MultiSet<org.deckfour.xes.classification.XEventClass> activities, java.util.Map<org.deckfour.xes.classification.XEventClass,MultiSet<org.deckfour.xes.classification.XEventClass>> minimumSelfDistancesBetween, gnu.trove.map.hash.TObjectIntHashMap<org.deckfour.xes.classification.XEventClass> minimumSelfDistances, long numberOfEvents, long numberOfActivityInstances, long numberOfTraces) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IM
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type Dfg Modifier and Type Method Description static java.util.List<java.util.Set<org.deckfour.xes.classification.XEventClass>>CutFinderIMConcurrent. ensureStartEndInEach(Dfg dfg, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> connectedComponents)CutCutFinderIMConcurrent. findCut(Dfg dfg, DfgMinerState minerState)CutCutFinderIMExclusiveChoice. findCut(Dfg dfg, DfgMinerState minerState)CutCutFinderIMLoop. findCut(Dfg dfg, DfgMinerState minerState)static CutCutFinderIMSequence. findCut(Dfg dfg)CutCutFinderIMSequence. findCut(Dfg dfg, DfgMinerState minerState)static CutCutFinderIMLoop. findCut2(Dfg dfg)static CutCutFinderIMSequence. findCut2(Dfg dfg)static CutCutFinderIMConcurrent. findCutImpl(Dfg dfg, Function<org.deckfour.xes.classification.XEventClass,MultiSet<org.deckfour.xes.classification.XEventClass>> minimumSelfDistanceBetween)static java.util.List<java.util.Set<org.deckfour.xes.classification.XEventClass>>CutFinderIMSequenceStrict. merge(Dfg dfg, java.util.List<java.util.Set<org.deckfour.xes.classification.XEventClass>> cut) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IMa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type Dfg Modifier and Type Method Description static CutCutFinderIMaInterleaved. findCut(IMLog log, IMLogInfo logInfo, Dfg dfg, boolean preserveFitness) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IMc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc that return Dfg Modifier and Type Method Description DfgCutFinderIMinInfo. getDfg()Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type Dfg Modifier and Type Method Description CutCutFinderIMc. findCut(Dfg dfg, DfgMinerState minerState)Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type Dfg Constructor Description CutFinderIMinInfo(Dfg dfg, Graph<org.deckfour.xes.classification.XEventClass> graph2, Graph<org.deckfour.xes.classification.XEventClass> transitiveGraph2, java.util.Map<org.deckfour.xes.classification.XEventClass,MultiSet<org.deckfour.xes.classification.XEventClass>> minimumSelfDistancesBetween, Probabilities probabilities, JobList jobList, boolean debug)A CutFinderIMinInfo keeps track of a single call to the IMin cut finder. -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IMf
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMf that return Dfg Modifier and Type Method Description static DfgCutFinderIMf. filterNoise(Dfg dfg, float threshold)Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMf with parameters of type Dfg Modifier and Type Method Description static DfgCutFinderIMf. filterNoise(Dfg dfg, float threshold) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa that return Dfg Modifier and Type Method Description static DfgCutFinderIMfa. filterNoise(Dfg dfg, float threshold)Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMfa with parameters of type Dfg Modifier and Type Method Description static DfgCutFinderIMfa. filterNoise(Dfg dfg, float threshold) -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc with parameters of type Dfg Modifier and Type Method Description static CutCutFinderIMlcConcurrent. findCut(Dfg dfg, Graph<org.deckfour.xes.classification.XEventClass> concurrencyGraph)static CutCutFinderIMlcInterleaved. findCutBasic(Dfg dfg, Graph<org.deckfour.xes.classification.XEventClass> directGraph, Graph<org.deckfour.xes.classification.XEventClass> concurrencyGraph)static CutCutFinderIMlcInterleaved. findSpecialCase(Dfg dfg, java.util.Collection<java.util.Set<org.deckfour.xes.classification.XEventClass>> partition, Graph<org.deckfour.xes.classification.XEventClass> directlyFollowsGraph)Finds the special case int(A, B) where A is not interleaved itself (B might be). -
Uses of Dfg in org.processmining.plugins.InductiveMiner.mining.fallthrough
Methods in org.processmining.plugins.InductiveMiner.mining.fallthrough with parameters of type Dfg Modifier and Type Method Description static booleanFallThroughTauLoopStrict. filterLog(IMLog log, Dfg dfg, boolean useLifeCycle)Split the trace on a crossing end to startstatic voidFallThroughTauLoop. filterTrace(IMLog log, org.deckfour.xes.model.XLog sublog, IMTrace trace, Dfg dfg, boolean useLifeCycle)
-