|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISingleLayerCrossingReducer
Interface for algorithms that offer heuristics for the 2-layer and 3-layer crossing reduction problem.
Method Summary | |
---|---|
void |
reduceCrossings(Layer layer)
Reduce crossings by changing the order of nodes in the given layer. |
void |
reduceCrossings(Layer layer,
boolean forward)
Reduce crossings by changing the order of nodes in the given layer. |
Methods inherited from interface de.cau.cs.kieler.core.alg.IAlgorithm |
---|
reset, reset, setProgressMonitor |
Method Detail |
---|
void reduceCrossings(Layer layer, boolean forward)
layer
- layer to be orderedforward
- if true, connections go to the given layer, else from the
given layervoid reduceCrossings(Layer layer)
layer
- layer to be ordered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |