Class IntStronglyConnectedComponents
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.helperclasses.graphs.IntStronglyConnectedComponents
-
public class IntStronglyConnectedComponents extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<gnu.trove.set.TIntSet>compute(IntGraph G)Get the strongly connected components within G.
-
-
-
Method Detail
-
compute
public static java.util.Set<gnu.trove.set.TIntSet> compute(IntGraph G)
Get the strongly connected components within G.- Parameters:
G-- Returns:
-
-