Package | Description |
---|---|
edu.umd.cs.findbugs.graph |
Modifier and Type | Method and Description |
---|---|
void |
StronglyConnectedComponents.findStronglyConnectedComponents(GraphType g,
GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
Find the strongly connected components in given graph.
|
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.
|
GraphType |
Transpose.transpose(GraphType orig,
GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
Transpose a graph.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.