de.cau.cs.kieler.klodd.hierarchical.modules
Interface INodewiseEdgePlacer

All Superinterfaces:
IAlgorithm
All Known Implementing Classes:
SortingNodewiseEdgePlacer

public interface INodewiseEdgePlacer
extends IAlgorithm

Interface for algorithms that calculate routing slots for connections starting and ending at regular nodes.

Rating proposed yellow
(2009-12-11) msp

Method Summary
 void placeEdges(LayeredGraph layeredGraph)
          Determine placement for all edges starting or ending at regular nodes of the given layered graph.
 
Methods inherited from interface de.cau.cs.kieler.core.alg.IAlgorithm
reset, reset, setProgressMonitor
 

Method Detail

placeEdges

void placeEdges(LayeredGraph layeredGraph)
Determine placement for all edges starting or ending at regular nodes of the given layered graph.

Parameters:
layeredGraph - the layered graph to process