Uses of Interface
edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedVertex

Packages that use GraphCollapser.CollapsedVertex
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
 

Uses of GraphCollapser.CollapsedVertex in edu.uci.ics.jung.algorithms.blockmodel
 

Classes in edu.uci.ics.jung.algorithms.blockmodel that implement GraphCollapser.CollapsedVertex
 class BipartiteGraphCollapser.CollapsedBipartiteVertex
           
static class GraphCollapser.CollapsedSparseVertex
          A CollapsedSparseVertex extends CollapsedVertex.
 

Methods in edu.uci.ics.jung.algorithms.blockmodel that return GraphCollapser.CollapsedVertex
protected  GraphCollapser.CollapsedVertex BipartiteGraphCollapser.createCollapsedVertex(Graph g, Set rootSet)
          It must be the case that all members of rootSet are in the same partition.
protected  GraphCollapser.CollapsedVertex GraphCollapser.createCollapsedVertex(Graph g, Set rootSet)
          Overridable method to create a single vertex representing a set of vertices in the graph.
 

Methods in edu.uci.ics.jung.algorithms.blockmodel with parameters of type GraphCollapser.CollapsedVertex
protected  void GraphCollapser.annotateVertex(GraphCollapser.CollapsedVertex superVertex, Set rootSet)
          Overridable method annotates the new collapsed vertex with userdata from the rootset.
protected  void GraphCollapser.createDirectedEdges(Graph graph, GraphCollapser.CollapsedVertex superVertex, Vertex opposite, Set relevantEdges)
          Overridable method to create a up to two directed edges that represents the data in its parameters.
protected  void GraphCollapser.createEdgesCorrespondingToMap(Graph copy, GraphCollapser.CollapsedVertex cv, MultiMap vertices_to_edges, Set coveredCV)
          INTERNAL METHOD
protected  void BipartiteGraphCollapser.createUndirectedEdge(Graph g, GraphCollapser.CollapsedVertex superVertex, Vertex opposite, Set relevantEdges)
           
protected  void GraphCollapser.createUndirectedEdge(Graph g, GraphCollapser.CollapsedVertex superVertex, Vertex opposite, Set relevantEdges)
          Overridable method to create a single undirected edge that represents the data in its parameters.
protected  void GraphCollapser.replaceWith(MultiMap m, Vertex dest, GraphCollapser.CollapsedVertex superV)
          INTERNAL (undocumented) method