Class StronglyConnectedComponents<X>
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.graphs.StronglyConnectedComponents<X>
-
public class StronglyConnectedComponents<X> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <Y> java.util.Set<java.util.Set<Y>>compute(Graph<Y> G)Get the strongly connected components within G.
-
-
-
Method Detail
-
compute
public static <Y> java.util.Set<java.util.Set<Y>> compute(Graph<Y> G)
Get the strongly connected components within G.- Parameters:
G-- Returns:
-
-