Uses of Interface
y25.base.EdgeMap

Packages that use EdgeMap
y25.base Lays out the framework for working with layered graphs. 
 

Uses of EdgeMap in y25.base
 

Classes in y25.base that implement EdgeMap
protected  class LayeredGraph.EdgeMapImpl
          An Implementation of the EdgeMap interface based on a HashMap.
 

Methods in y25.base that return EdgeMap
 EdgeMap LayeredGraph.createEdgeMap()
          Creates an EdgeMap and returns it.