Uses of Interface
y25.base.LayerEdgeCursor

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

Uses of LayerEdgeCursor in y25.base
 

Methods in y25.base that return LayerEdgeCursor
 LayerEdgeCursor LayeredGraph.layerEdges()
          Returns a cursor over all layer edges inside this LayeredGraph.
 LayerEdgeCursor LayeredGraph.outLayerEdges(Node node)
          Returns a cursor over all layer edges that originate from the given node.
 LayerEdgeCursor LayeredGraph.inLayerEdges(Node node)
          Returns a cursor over all layer edges that have the given node as their target.
 LayerEdgeCursor LayerEdgeList.layerEdges()
          Returns a layeredge cursor for the layeredges.
 

Constructors in y25.base with parameters of type LayerEdgeCursor
LayerEdgeList(LayerEdgeCursor ec)
          Creates a list that is initialized with the layeredges provided by the given LayerEdgeCursor object.
LayerEdgeList(LayerEdgeCursor ec, DataProvider predicate)
          Creates a list that is initialized with those layeredges from the given LayerEdgeCursor object for which the given data provider returns true upon calling its getBool method.