Class ConnectedComponents<V>
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.graphs.ConnectedComponents<V>
-
public class ConnectedComponents<V> 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)Returns the connected components of G.
-
-
-
Method Detail
-
compute
public static <Y> java.util.Set<java.util.Set<Y>> compute(Graph<Y> G)
Returns the connected components of G.- Parameters:
G-- Returns:
-
-