public interface VertexCombinator<VertexType extends GraphVertex<VertexType>>
Modifier and Type | Method and Description |
---|---|
VertexType |
combineVertices(java.util.Set<VertexType> vertexSet)
Combine given vertices into a single vertex.
|
VertexType combineVertices(java.util.Set<VertexType> vertexSet)
vertexSet
- set of vertices to be combinedFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.