public final class VertexGroupComputeUtil
extends Object
Common utils for processing vertex groups.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
mergeVertexGroups
public static <V> Set<V> mergeVertexGroups(Set<V> group1,
Set<V> group2,
Map<V,Set<V>> vertexToGroup)
-
uniqueVertexGroups
public static <V> Set<Set<V>> uniqueVertexGroups(Map<V,Set<V>> vertexToGroup)