Uses of Interface
edu.umd.cs.findbugs.graph.VertexCombinator
-
Packages that use VertexCombinator Package Description edu.umd.cs.findbugs.graph -
-
Uses of VertexCombinator in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph with parameters of type VertexCombinator Modifier and Type Method Description void
MergeVertices. mergeVertices(java.util.Set<VertexType> vertexSet, GraphType g, VertexCombinator<VertexType> combinator, GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
Merge the specified set of vertices into a single vertex.
-