|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.graph.MergeVertices<GraphType,EdgeType,VertexType>
public class MergeVertices<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Algorithm to merge a set of vertices into a single vertex. Note that the graph is modified as part of this process.
| Constructor Summary | |
|---|---|
MergeVertices()
Constructor. |
|
| Method Summary | |
|---|---|
void |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MergeVertices()
| Method Detail |
|---|
public void mergeVertices(java.util.Set<VertexType> vertexSet,
GraphType g,
VertexCombinator<VertexType> combinator,
GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
vertexSet - the set of vertices to be mergedg - the graph to be modifiedcombinator - object used to combine verticestoolkit - GraphToolkit used to copy auxiliary information for edges
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||