|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerwiseEdgePlacer
Interface for algorithms that calculate routing slots for connections going from a layer to the subsequent one.
Method Summary | |
---|---|
Map<Object,RoutingSlot> |
getSlotMap()
Returns the map of layer elements to their corresponding routing slots that was constructed during the last run of placeEdges . |
int |
placeEdges(Layer layer,
float minDist)
Determines a placement for each outgoing edge of the given layer. |
Methods inherited from interface de.cau.cs.kieler.core.alg.IAlgorithm |
---|
reset, reset, setProgressMonitor |
Method Detail |
---|
int placeEdges(Layer layer, float minDist)
layer
- layer to processminDist
- minimal distance between elements
Map<Object,RoutingSlot> getSlotMap()
placeEdges
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |