de.cau.cs.kieler.klodd.hierarchical.impl
Class SortingNodewiseEdgePlacer
java.lang.Object
de.cau.cs.kieler.core.alg.AbstractAlgorithm
de.cau.cs.kieler.klodd.hierarchical.impl.SortingNodewiseEdgePlacer
- All Implemented Interfaces:
- IAlgorithm, INodewiseEdgePlacer
public class SortingNodewiseEdgePlacer
- extends AbstractAlgorithm
- implements INodewiseEdgePlacer
Nodewise edge placer implementation that sorts the edges and gives them slot
ranks according to the result.
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortingNodewiseEdgePlacer
public SortingNodewiseEdgePlacer()
placeEdges
public void placeEdges(LayeredGraph layeredGraph)
- Determine placement for all edges starting or ending at regular nodes of
the given layered graph.
- Specified by:
placeEdges
in interface INodewiseEdgePlacer
- Parameters:
layeredGraph
- the layered graph to process