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

Packages that use DirectedEdge
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 DirectedEdge in edu.uci.ics.jung.algorithms.blockmodel
 

Classes in edu.uci.ics.jung.algorithms.blockmodel that implement DirectedEdge
static class GraphCollapser.DirectedCollapsedEdge
          This class represents a Collapsed Directed edge, and extends DirectedSparseEdge.
 

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

Classes in edu.uci.ics.jung.graph.impl that implement DirectedEdge
 class DirectedSparseEdge
          An implementation of DirectedEdge that resides in a directed graph.
 

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

Methods in edu.uci.ics.jung.graph.predicates with parameters of type DirectedEdge
protected  boolean ParallelEdgePredicate.evaluateDirectedEdge(DirectedEdge de, Iterator s_iter)