Class VerticalAlignment<V,​E>

    • Field Detail

      • rootMap

        protected Map<LV<V>,​LV<V>> rootMap
      • alignMap

        protected Map<LV<V>,​LV<V>> alignMap
      • layers

        protected LV<V>[][] layers
      • svGraph

        protected org.jgrapht.Graph<LV<V>,​LE<V,​E>> svGraph
      • markedSegments

        protected Set<LE<V,​E>> markedSegments
      • neighborCache

        protected org.jgrapht.alg.util.NeighborCache<LV<V>,​LE<V,​E>> neighborCache
    • Constructor Detail

      • VerticalAlignment

        protected VerticalAlignment​(LV<V>[][] layers,
                                    org.jgrapht.Graph<LV<V>,​LE<V,​E>> svGraph,
                                    Set<LE<V,​E>> markedSegments)
    • Method Detail

      • getRootMap

        public Map<LV<V>,​LV<V>> getRootMap()
      • getAlignMap

        public Map<LV<V>,​LV<V>> getAlignMap()
      • align

        public abstract void align()
      • notMarked

        protected boolean notMarked​(LE<V,​E> edge)
      • 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)
      • pos

        protected int pos​(LV<V> v)
        Parameters:
        v - vertix to get pos for
        Returns:
        the pos (index in rank) of the passed vertex
      • alignMoveCursor

        protected int alignMoveCursor​(LV<V> um,
                                      LV<V> vkofi)