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

Packages that use UndirectedEdge
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. 
edu.uci.ics.jung.graph.predicates A Predicate tests whether an Object satisfies a specific implementation-defined property. 
 

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

Classes in edu.uci.ics.jung.algorithms.blockmodel that implement UndirectedEdge
 class BipartiteGraphCollapser.CollapsedBipartiteEdge
           
static class GraphCollapser.UndirectedCollapsedEdge
          This class represents a Collapsed Undirected edge, and extends UndirectedSparseEdge.
 

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

Classes in edu.uci.ics.jung.graph.impl that implement UndirectedEdge
 class BipartiteEdge
          A simple extension of the UndirectedSparseEdge, except with careful bounds checking.
 class UndirectedSparseEdge
          An implementation of UndirectedEdge that resides in an undirected graph.
 

Uses of UndirectedEdge in edu.uci.ics.jung.graph.predicates
 

Methods in edu.uci.ics.jung.graph.predicates with parameters of type UndirectedEdge
protected  boolean ParallelEdgePredicate.evaluateUndirectedEdge(UndirectedEdge ue, Iterator s_iter)