de.cau.cs.kieler.kiml.ogdf
Class SelfLoopRouter
java.lang.Object
de.cau.cs.kieler.kiml.ogdf.SelfLoopRouter
public class SelfLoopRouter
- extends Object
A router for self-loops.
- Rating

Method Summary |
void |
postProcess()
Layouts all self-loops that were removed during pre-processing. |
void |
preProcess(KNode layoutNode)
Removes all self-loops from the graph, as they are not supported by the planarization
layouter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfLoopRouter
public SelfLoopRouter()
preProcess
public void preProcess(KNode layoutNode)
- Removes all self-loops from the graph, as they are not supported by the planarization
layouter.
- Parameters:
layoutNode
- the parent node
postProcess
public void postProcess()
- Layouts all self-loops that were removed during pre-processing.