Uses of Interface
org.processmining.plugins.InductiveMiner.graphs.Graph
-
-
Uses of Graph in org.processmining.plugins.InductiveMiner
Methods in org.processmining.plugins.InductiveMiner that return Graph Modifier and Type Method Description static <V> Graph<V>TransitiveClosure. transitiveClosure(java.lang.Class<V> clazz, Graph<V> graph)Methods in org.processmining.plugins.InductiveMiner with parameters of type Graph Modifier and Type Method Description static <V> gnu.trove.map.TIntLongMapIntegerMultiSet. create(MultiSet<V> multiSet, Graph<V> graph)static <V> Graph<V>TransitiveClosure. transitiveClosure(java.lang.Class<V> clazz, Graph<V> graph) -
Uses of Graph in org.processmining.plugins.InductiveMiner.dfgOnly
Methods in org.processmining.plugins.InductiveMiner.dfgOnly that return Graph Modifier and Type Method Description Graph<org.deckfour.xes.classification.XEventClass>Dfg. getConcurrencyGraph()Deprecated.Graph<org.deckfour.xes.classification.XEventClass>DfgImpl. getConcurrencyGraph()Graph<org.deckfour.xes.classification.XEventClass>Dfg. getDirectlyFollowsGraph()Deprecated.Graph<org.deckfour.xes.classification.XEventClass>DfgImpl. getDirectlyFollowsGraph() -
Uses of Graph in org.processmining.plugins.InductiveMiner.graphs
Classes in org.processmining.plugins.InductiveMiner.graphs that implement Graph Modifier and Type Class Description classGraphImplLinearEdge<V>classGraphImplLinearEdgeImportOptimised<V>classGraphImplQuadratic<V>Methods in org.processmining.plugins.InductiveMiner.graphs that return Graph Modifier and Type Method Description Graph<V>Graph. clone()Graph<V>GraphImplLinearEdge. clone()Graph<V>GraphImplLinearEdgeImportOptimised. clone()Graph<V>GraphImplQuadratic. clone()static <V> Graph<V>GraphFactory. create(java.lang.Class<?> clazz, int initialSize)static <V> Graph<V>GraphFactory. createRandomEdgeAdding(java.lang.Class<?> clazz, int initialSize)static <V> Graph<V>GraphFactory. createTimeOptimised(java.lang.Class<?> clazz, int initialSize)Methods in org.processmining.plugins.InductiveMiner.graphs with parameters of type Graph Modifier and Type Method Description static <Y> java.util.Set<java.util.Set<Y>>ConnectedComponents. compute(Graph<Y> G)Returns the connected components of G.static <Y> java.util.List<java.util.Set<Y>>ConnectedComponents2. compute(Graph<Y> graph)Returns the connected components of G.static <Y> java.util.Set<java.util.Set<Y>>StronglyConnectedComponents. compute(Graph<Y> G)Get the strongly connected components within G. -
Uses of Graph in org.processmining.plugins.InductiveMiner.mining.cuts.IM
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type Graph Modifier and Type Method Description static CutCutFinderIMExclusiveChoice. findCut(Graph<org.deckfour.xes.classification.XEventClass> graph)Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.IM with parameters of type Graph Constructor Description CutFinderIMSequenceReachability(Graph<?> graph) -
Uses of Graph in org.processmining.plugins.InductiveMiner.mining.cuts.IMc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMc that return Graph Modifier and Type Method Description Graph<org.deckfour.xes.classification.XEventClass>CutFinderIMinInfo. getGraph()Graph<org.deckfour.xes.classification.XEventClass>CutFinderIMinInfo. getTransitiveGraph()Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.IMc with parameters of type Graph 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 Graph in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMlc with parameters of type Graph 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 Graph in org.processmining.plugins.InductiveMiner.mining.interleaved
Methods in org.processmining.plugins.InductiveMiner.mining.interleaved with parameters of type Graph Modifier and Type Method Description voidFootPrint.DfgUnfoldedNode. absorb(Graph<java.lang.String> otherDfg, Graph<java.lang.String> otherConcurrency)
-