Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.RoutingSlot

Packages that use RoutingSlot
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.modules Definition of the different modules used by the hierarchical dataflow layout algorithm. 
 

Uses of RoutingSlot in de.cau.cs.kieler.klodd.hierarchical.impl
 

Methods in de.cau.cs.kieler.klodd.hierarchical.impl that return types with arguments of type RoutingSlot
 Map<Object,RoutingSlot> SortingLayerwiseEdgePlacer.getSlotMap()
          Returns the map of layer elements to their corresponding routing slots that was constructed during the last run of placeEdges.
 Map<Object,RoutingSlot> ToponumLayerwiseEdgePlacer.getSlotMap()
          Returns the map of layer elements to their corresponding routing slots that was constructed during the last run of placeEdges.
 

Uses of RoutingSlot in de.cau.cs.kieler.klodd.hierarchical.modules
 

Methods in de.cau.cs.kieler.klodd.hierarchical.modules that return types with arguments of type RoutingSlot
 Map<Object,RoutingSlot> ILayerwiseEdgePlacer.getSlotMap()
          Returns the map of layer elements to their corresponding routing slots that was constructed during the last run of placeEdges.