edu.umd.cs.findbugs.graph
public interface VertexCombinator<VertexType extends GraphVertex<VertexType>>
Method Summary | |
---|---|
VertexType | combineVertices(Set<VertexType> vertexSet)
Combine given vertices into a single vertex.
|
Parameters: vertexSet set of vertices to be combined
Returns: the result of combining the vertices in the set