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

Packages that use AbstractArchetypeEdge
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

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

Subclasses of AbstractArchetypeEdge in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser.CollapsedBipartiteEdge
           
static class GraphCollapser.DirectedCollapsedEdge
          This class represents a Collapsed Directed edge, and extends DirectedSparseEdge.
static class GraphCollapser.UndirectedCollapsedEdge
          This class represents a Collapsed Undirected edge, and extends UndirectedSparseEdge.
 

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

Subclasses of AbstractArchetypeEdge in edu.uci.ics.jung.graph.impl
 class AbstractHyperedge
          This class provides a skeletal implementation of the Hyperedge interface to minimize the effort required to implement this interface.
 class AbstractSparseEdge
          This class provides a skeletal implementation of the Edge interface to minimize the effort required to implement this interface.
 class BipartiteEdge
          A simple extension of the UndirectedSparseEdge, except with careful bounds checking.
 class CollectionHyperedge
          An implementation of Hyperedge that stores its collection of incident vertices internally as a Collection.
 class DirectedSparseEdge
          An implementation of DirectedEdge that resides in a directed graph.
 class ListHyperedge
          An implementation of Hyperedge that stores its list of incident vertices internally as a List.
 class SetHyperedge
          An implementation of Hyperedge that stores its collection of incident vertices internally as a Set.
 class UndirectedSparseEdge
          An implementation of UndirectedEdge that resides in an undirected graph.