de.cau.cs.kieler.klay.layered.intermediate
Class PortPositionProcessor
java.lang.Object
de.cau.cs.kieler.core.alg.AbstractAlgorithm
de.cau.cs.kieler.klay.layered.intermediate.PortPositionProcessor
- All Implemented Interfaces:
- IAlgorithm, ILayoutProcessor
public class PortPositionProcessor
- extends AbstractAlgorithm
- implements ILayoutProcessor
Determines the actual positions of ports for nodes whose port positions are
left to be determined. (whose port constraints are not
PortConstraints.FIXED_POS
)
- Precondition:
- a layered graph; nodes have fixed port orders.
- Postcondition:
- nodes have fixed port positions.
- Slots:
- Before phase 4.
- Same-slot dependencies:
PortSideProcessor
- See Also:
PortSideProcessor
- 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 |
PortPositionProcessor
public PortPositionProcessor()
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