Uses of Interface
edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedEdge

Packages that use GraphCollapser.CollapsedEdge
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
 

Uses of GraphCollapser.CollapsedEdge in edu.uci.ics.jung.algorithms.blockmodel
 

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

Methods in edu.uci.ics.jung.algorithms.blockmodel with parameters of type GraphCollapser.CollapsedEdge
protected  void GraphCollapser.annotateEdge(GraphCollapser.CollapsedEdge newEdge, Collection edgesFromWhichWeMightDeriveData)
          Overridable method annotates the new collapsed edge with userdata from the original set.