Uses of Interface
y25.base.NodeMap

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

Uses of NodeMap in y25.base
 

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

Fields in y25.base declared as NodeMap
protected  NodeMap LayeredGraph.outLayerEdges
          Stores a list of outgoing layer edges for each node that has at least one outgoing layer edge.
protected  NodeMap LayeredGraph.inLayerEdges
          Stores a list of incoming layer edges for each node that has at least one incoming layer edge.
 

Methods in y25.base that return NodeMap
 NodeMap LayeredGraph.createNodeMap()
          Creates a NodeMap and returns it.