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

Packages that use AbstractHyperedge
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

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

Subclasses of AbstractHyperedge in edu.uci.ics.jung.graph.impl
 class CollectionHyperedge
          An implementation of Hyperedge that stores its collection of incident vertices internally as a Collection.
 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.