de.cau.cs.kieler.klodd.hierarchical.impl
Class InteractiveCrossingReducer
java.lang.Object
de.cau.cs.kieler.core.alg.AbstractAlgorithm
de.cau.cs.kieler.klodd.hierarchical.impl.InteractiveCrossingReducer
- All Implemented Interfaces:
- IAlgorithm, ICrossingReducer
public class InteractiveCrossingReducer
- extends AbstractAlgorithm
- implements ICrossingReducer
- Rating

Method Summary |
void |
reduceCrossings(LayeredGraph layeredGraph)
Reduces the number of crossings in a given layered directed graph by
changing the order of nodes in each layer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveCrossingReducer
public InteractiveCrossingReducer()
reduceCrossings
public void reduceCrossings(LayeredGraph layeredGraph)
- Reduces the number of crossings in a given layered directed graph by
changing the order of nodes in each layer.
- Specified by:
reduceCrossings
in interface ICrossingReducer
- Parameters:
layeredGraph
- layered graph to process