Class HorizontalCompaction<V>

  • Direct Known Subclasses:
    HorizontalCompaction, HorizontalCompactionDeprecated

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

      • HorizontalCompaction

        public HorizontalCompaction​(LV<V>[][] layers,
                                    Map<LV<V>,​LV<V>> rootMap,
                                    Map<LV<V>,​LV<V>> alignMap,
                                    int deltaX,
                                    int deltaY)
    • Method Detail

      • getPoint

        public Point getPoint​(LV<V> v)
      • horizontalCompaction

        public void horizontalCompaction()
      • placeBlock

        protected void placeBlock​(LV<V> v)
      • hasPredecessor

        protected boolean hasPredecessor​(LV<V> v)
      • pos

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

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

        protected LV<V> sink​(LV<V> v)
      • sink

        protected void sink​(LV<V> k,
                            LV<V> v)
      • shift

        protected int shift​(LV<V> v)
      • shift

        protected void shift​(LV<V> k,
                             int v)
      • x

        protected int x​(LV<V> v)
      • x

        protected void x​(LV<V> v,
                         int d)
      • y

        protected int y​(LV<V> v)
      • y

        protected void y​(LV<V> v,
                         int d)
      • root

        protected LV<V> root​(LV<V> v)
      • root

        protected void root​(LV<V> k,
                            LV<V> v)
      • align

        protected LV<V> align​(LV<V> v)
      • align

        protected void align​(LV<V> k,
                             LV<V> v)
      • pred

        protected LV<V> pred​(LV<V> v)
        return the predecessor of v in the same rank
        Parameters:
        v -
        Returns:
        the predecessor of v in the same rank or null if v's index is 0
      • getSink

        public Map<LV<V>,​LV<V>> getSink()