Uses of Interface
edu.uci.ics.jung.graph.Hypervertex

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

Uses of Hypervertex in edu.uci.ics.jung.graph
 

Methods in edu.uci.ics.jung.graph that return Hypervertex
 Hypervertex Hypergraph.addVertex(Hypervertex hypervertex)
           
 

Methods in edu.uci.ics.jung.graph with parameters of type Hypervertex
 Hypervertex Hypergraph.addVertex(Hypervertex hypervertex)
           
 void Hyperedge.addVertex(Hypervertex hv1)
           
 

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

Classes in edu.uci.ics.jung.graph.impl that implement Hypervertex
 class HypervertexBPG
          A Hypervertex has zero or more hyperEdges attached to it, and is a member of a Hypergraph.
 

Methods in edu.uci.ics.jung.graph.impl that return Hypervertex
 Hypervertex HypergraphBPG.addVertex(Hypervertex v)
           
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type Hypervertex
 Hypervertex HypergraphBPG.addVertex(Hypervertex v)
           
 void HyperedgeBPG.addVertex(Hypervertex hv3_x)
          Registers an additional vertex hv3_x onto this Edge.