Uses of Interface
org.processmining.plugins.inductiveminer2.helperclasses.normalised.NormalisedIntGraph
-
Packages that use NormalisedIntGraph Package Description org.processmining.plugins.inductiveminer2.helperclasses.normalised -
-
Uses of NormalisedIntGraph in org.processmining.plugins.inductiveminer2.helperclasses.normalised
Classes in org.processmining.plugins.inductiveminer2.helperclasses.normalised that implement NormalisedIntGraph Modifier and Type Class Description classNormalisedIntGraphImplQuadraticMethods in org.processmining.plugins.inductiveminer2.helperclasses.normalised that return NormalisedIntGraph Modifier and Type Method Description NormalisedIntGraphNormalisedIntGraph. clone()NormalisedIntGraphNormalisedIntDfg. getConcurrencyGraph()NormalisedIntGraphNormalisedIntDfgImpl. getConcurrencyGraph()NormalisedIntGraphNormalisedIntDfg. getDirectlyFollowsGraph()NormalisedIntGraphNormalisedIntDfgImpl. getDirectlyFollowsGraph()Methods in org.processmining.plugins.inductiveminer2.helperclasses.normalised with parameters of type NormalisedIntGraph Modifier and Type Method Description static java.util.List<gnu.trove.set.TIntSet>NormalisedIntConnectedComponents. compute(NormalisedIntGraph graph, int numberOfNodes)Returns the connected components of G.static java.util.Set<gnu.trove.set.TIntSet>NormalisedIntStronglyConnectedComponents. compute(NormalisedIntGraph G, int numberOfVertices)Get the strongly connected components within G.
-