Uses of Interface
org.processmining.plugins.inductiveminer2.helperclasses.graphs.IntGraph
-
-
Uses of IntGraph in org.processmining.plugins.inductiveminer2.helperclasses
Methods in org.processmining.plugins.inductiveminer2.helperclasses that return IntGraph Modifier and Type Method Description IntGraphIntDfg. getConcurrencyGraph()IntGraphIntDfgImpl. getConcurrencyGraph()IntGraphIntDfg. getDirectlyFollowsGraph()IntGraphIntDfgImpl. getDirectlyFollowsGraph() -
Uses of IntGraph in org.processmining.plugins.inductiveminer2.helperclasses.graphs
Classes in org.processmining.plugins.inductiveminer2.helperclasses.graphs that implement IntGraph Modifier and Type Class Description classIntGraphImplQuadraticMethods in org.processmining.plugins.inductiveminer2.helperclasses.graphs that return IntGraph Modifier and Type Method Description IntGraphIntGraph. clone()Methods in org.processmining.plugins.inductiveminer2.helperclasses.graphs with parameters of type IntGraph Modifier and Type Method Description static java.util.List<gnu.trove.set.TIntSet>IntConnectedComponents. compute(IntGraph graph)Returns the connected components of G.static java.util.Set<gnu.trove.set.TIntSet>IntStronglyConnectedComponents. compute(IntGraph G)Get the strongly connected components within G. -
Uses of IntGraph in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd
Methods in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd that return IntGraph Modifier and Type Method Description IntGraphDfgMsd. getMinimumSelfDistanceGraph()IntGraphDfgMsdImpl. getMinimumSelfDistanceGraph()Methods in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd with parameters of type IntGraph Modifier and Type Method Description voidDfgMsdImpl. setMinimumSelfDistanceGraph(IntGraph minimumSelfDistanceGraph)
-