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

Packages that use AbstractArchetypeGraph
edu.uci.ics.jung.graph.impl   
 

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

Subclasses of AbstractArchetypeGraph in edu.uci.ics.jung.graph.impl
 class AbstractSparseGraph
          This class provides a skeletal implementation of the Graph interface to minimize the effort required to implement this interface.
 class BipartiteGraph
          A Bipartite graph is divided into A vertices and B vertices.
 class DirectedSparseGraph
          An implementation of Graph that consists of a Vertex set and a DirectedEdge set.
 class HypergraphBPG
          Implements a hypergraph built over an underlying Bipartite graph, using the equivalence explained in the FAQ.
 class KPartiteSparseGraph
          An implementation of KPartiteGraph based on SparseGraph.
 class SparseGraph
          An implementation of AbstractSparseGraph that, by default, imposes no constraints on the edges and vertices that may be added to it.
 class SparseTree
          An implementation of Graph that consists of a Vertex set and a DirectedEdge set.
 class UndirectedSparseGraph
          An implementation of Graph that consists of a Vertex set and an UndirectedEdge set.