public interface VertexCombinator<VertexType extends GraphVertex<VertexType>>
Modifier and Type | Method and Description |
---|---|
VertexType |
combineVertices(Set<VertexType> vertexSet)
Combine given vertices into a single vertex.
|
VertexType combineVertices(Set<VertexType> vertexSet)
vertexSet
- set of vertices to be combinedCopyright © 2003–2015. All rights reserved.