Uses of Package
de.cau.cs.kieler.klodd.hierarchical.modules

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

Classes in de.cau.cs.kieler.klodd.hierarchical.modules used by de.cau.cs.kieler.klodd.hierarchical.impl
ICrossingReducer
          Interface for algorithms that reduce crossings in a layered graph.
IEdgeRouter
          Interface for algorithms that route edges in a layered graph.
ILayerAssigner
          Interface for algorithms that assign layers to each node of a graph.
ILayerwiseEdgePlacer
          Interface for algorithms that calculate routing slots for connections going from a layer to the subsequent one.
INodePlacer
          Interface for algorithms that determine a placement for each node in a layered graph.
INodewiseEdgePlacer
          Interface for algorithms that calculate routing slots for connections starting and ending at regular nodes.
ISingleLayerCrossingReducer
          Interface for algorithms that offer heuristics for the 2-layer and 3-layer crossing reduction problem.