de.cau.cs.kieler.klay.layered.intermediate
Class ExternalPortDummySizeProcessor
java.lang.Object
de.cau.cs.kieler.core.alg.AbstractAlgorithm
de.cau.cs.kieler.klay.layered.intermediate.ExternalPortDummySizeProcessor
- All Implemented Interfaces:
- IAlgorithm, ILayoutProcessor
public class ExternalPortDummySizeProcessor
- extends AbstractAlgorithm
- implements ILayoutProcessor
Sets the width of external port dummies.
To see why this is necessary, please refer to the processor's Wiki documentation.
- Precondition:
- A layered graph with finished node placement; node order respects
in-layer constraints.
- Postcondition:
- External port dummies are assigned a width.
- Slots:
- Before phase 5.
- Same-slot dependencies:
- None.
- See Also:
ExternalPortConstraintProcessor
,
ExternalPortOrthogonalEdgeRouter
- Rating

Method Summary |
void |
process(LayeredGraph layeredGraph)
Performs the phase's work on the given graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalPortDummySizeProcessor
public ExternalPortDummySizeProcessor()
process
public void process(LayeredGraph layeredGraph)
- Performs the phase's work on the given graph.
- Specified by:
process
in interface ILayoutProcessor
- Parameters:
layeredGraph
- a layered graph