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

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

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

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

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

Subclasses of AbstractSparseVertex in edu.uci.ics.jung.graph.impl
 class BipartiteVertex
          created Dec 28, 2003
 class DirectedSparseVertex
          A vertex class that supports directed edges (but not undirected edges) and allows parallel edges.
 class SimpleDirectedSparseVertex
          An implementation of Vertex that resides in a directed graph; none of its adjoining edges may be parallel.
 class SimpleSparseVertex
          An implementation of Vertex that resides in a sparse graph which may contain both directed and undirected edges.
 class SimpleUndirectedSparseVertex
          An implementation of Vertex that resides in a undirected graph; none of its adjoining edges may be parallel.
 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.
 class UndirectedSparseVertex
          A vertex class for instances of UndirectedGraph that may contain parallel edges.