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

- (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. |
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