Uses of Class
edu.uci.ics.jung.graph.impl.SimpleSparseVertex

Packages that use SimpleSparseVertex
edu.uci.ics.jung.algorithms.blockmodel   
edu.uci.ics.jung.graph.impl   
 

Uses of SimpleSparseVertex in edu.uci.ics.jung.algorithms.blockmodel
 

Subclasses of SimpleSparseVertex in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser.CollapsedBipartiteVertex
           
static class GraphCollapser.CollapsedSparseVertex
          A CollapsedSparseVertex extends CollapsedVertex.
 

Uses of SimpleSparseVertex in edu.uci.ics.jung.graph.impl
 

Subclasses of SimpleSparseVertex in edu.uci.ics.jung.graph.impl
 class BipartiteVertex
          created Dec 28, 2003
 class SparseVertex
          An implementation of Vertex that resides in a sparse graph which may contain directed and/or undirected edges, as well as parallel edges.