Class HorizontalCoordinateAssignment<V,​E>


  • public class HorizontalCoordinateAssignment<V,​E>
    extends HorizontalCoordinateAssignment<V,​E>
    See Also:
    "Fast and Simple Horizontal Coordinate Assignment, Ulrik Brandes and Boris Köpf, Department of Computer & Information Science, University of Konstanz"
    • Field Detail

      • compactionGraph

        protected org.jgrapht.Graph<LV<V>,​Integer> compactionGraph
      • isolatedCompactionGraphVertices

        protected Set<LV<V>> isolatedCompactionGraphVertices
    • Constructor Detail

      • HorizontalCoordinateAssignment

        public HorizontalCoordinateAssignment​(LV<V>[][] layers,
                                              org.jgrapht.Graph<LV<V>,​LE<V,​E>> svGraph,
                                              org.jgrapht.Graph<LV<V>,​Integer> compactionGraph,
                                              Set<LE<V,​E>> markedSegments,
                                              int horizontalOffset,
                                              int verticalOffset)
    • Method Detail

      • pos

        protected int pos​(LV<V> v)
        override to use pos instead of index
        Overrides:
        pos in class HorizontalCoordinateAssignment<V,​E>
        Parameters:
        v - vertex to consider
        Returns:
        v's pos (not its index in the rank)
      • idx

        protected int idx​(LV<V> v)
      • incidentToInnerSegment

        protected boolean incidentToInnerSegment​(LV<V> v)
        override to say that only QVertices are incident to an inner edge that spans from previous rank to this one
        Overrides:
        incidentToInnerSegment in class HorizontalCoordinateAssignment<V,​E>
        Parameters:
        v - vertex to check
        Returns:
        true iv v is incident to an inner segment between v's rank and the preceding rank
      • misAligned

        protected List<LV<V>> misAligned​(LV<V>[][] layers)
      • misAligned

        protected boolean misAligned​(LV<V> v)
      • misAligned

        protected boolean misAligned​(LV<V> v,
                                     Map<LV<V>,​Point> map)