Uses of Interface
org.processmining.plugins.inductiveminer2.helperclasses.graphs.IntGraph
-
Packages that use IntGraph Package Description org.processmining.plugins.inductiveminer2.helperclasses org.processmining.plugins.inductiveminer2.helperclasses.graphs -
-
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.
-