edu.umd.cs.findbugs.graph

Class MergeVertices<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>

  • java.lang.Object
    • edu.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>>
    extends Object
    Algorithm to merge a set of vertices into a single vertex. Note that the graph is modified as part of this process.
    • Constructor Detail

      • MergeVertices

        public MergeVertices()
        Constructor.

Copyright © 2003–2015. All rights reserved.