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

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

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

Methods in edu.uci.ics.jung.graph that return Hyperedge
 Hyperedge Hypergraph.addEdge(Hyperedge hyperedge)
           
 

Methods in edu.uci.ics.jung.graph with parameters of type Hyperedge
 Hyperedge Hypergraph.addEdge(Hyperedge hyperedge)
           
 

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

Classes in edu.uci.ics.jung.graph.impl that implement Hyperedge
 class HyperedgeBPG
          A HyperEdge has zero or more HyperVertices attached to it; this implements that as part of an underlying HyperGraph.
 

Methods in edu.uci.ics.jung.graph.impl that return Hyperedge
 Hyperedge HypergraphBPG.addEdge(Hyperedge e)
          Adds a single edge to the graph
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type Hyperedge
 Hyperedge HypergraphBPG.addEdge(Hyperedge e)
          Adds a single edge to the graph