|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortDistributor
calculates port ranks and distributes ports.
Method Summary | |
---|---|
void |
calculatePortRanks(LNode[] layer)
Determine positions for all ports in the given layer. |
void |
distributePorts(LNode[][] layeredGraph)
Distribute the ports of the layered graph depending on the port constraints. |
List<LPort> |
getSortedInputPorts(LNode node)
Returns a list of input ports, beginning at the top right port of the eastern side, going clockwise. |
Method Detail |
---|
void calculatePortRanks(LNode[] layer)
layer
- a layerList<LPort> getSortedInputPorts(LNode node)
node
- the node whose input ports to return.
void distributePorts(LNode[][] layeredGraph)
layeredGraph
- a layered graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |