FindBugs™ 1.3.9

edu.umd.cs.findbugs.graph
Interface VertexCombinator<VertexType extends GraphVertex<VertexType>>


public interface VertexCombinator<VertexType extends GraphVertex<VertexType>>

Interface for an object which combines a set of vertices into a single composite vertex; for example, after finding strongly connected components.


Method Summary
 VertexType combineVertices(java.util.Set<VertexType> vertexSet)
          Combine given vertices into a single vertex.
 

Method Detail

combineVertices

VertexType combineVertices(java.util.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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.