Uses of Interface
de.cau.cs.kieler.klodd.hierarchical.modules.ILayerwiseEdgePlacer

Packages that use ILayerwiseEdgePlacer
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
 

Uses of ILayerwiseEdgePlacer in de.cau.cs.kieler.klodd.hierarchical.impl
 

Classes in de.cau.cs.kieler.klodd.hierarchical.impl that implement ILayerwiseEdgePlacer
 class SortingLayerwiseEdgePlacer
          Layerwise edge placer implementation that sorts the edges and gives them slot ranks according to the result.
 class ToponumLayerwiseEdgePlacer
          Layerwise edge placer implementation that orders routing slots using topological numbering.
 

Constructors in de.cau.cs.kieler.klodd.hierarchical.impl with parameters of type ILayerwiseEdgePlacer
RectilinearEdgeRouter(ILayerwiseEdgePlacer thelayerwiseEdgePlacer)
          Creates a rectilinear edge router using a layerwise edge placer.