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

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

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

Subclasses of AbstractHyperUnitBPG in edu.uci.ics.jung.graph.impl
 class HyperedgeBPG
          A HyperEdge has zero or more HyperVertices attached to it; this implements that as part of an underlying HyperGraph.
 class HypervertexBPG
          A Hypervertex has zero or more hyperEdges attached to it, and is a member of a Hypergraph.