Class HorizontalCoordinateAssignment<V,​E>

    • Field Detail

      • svGraph

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

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

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

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

        protected int horizontalOffset
      • verticalOffset

        protected int verticalOffset
      • horizontalBalancing

        protected boolean horizontalBalancing
    • Constructor Detail

      • HorizontalCoordinateAssignment

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

      • pred

        protected LV<V> pred​(LV<V> v)
      • succ

        protected LV<V> succ​(LV<V> v)
      • horizontalCoordinateAssignment

        public void horizontalCoordinateAssignment()
      • pos

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

        protected LV<V> upperNeighborFor​(LV<V> v)
      • incidentToInnerSegment

        protected boolean incidentToInnerSegment​(LV<V> v)
        Parameters:
        v - vertex to check
        Returns:
        true iv v is incident to an inner segment between v's rank and the preceding rank
      • preprocessing

        protected void preprocessing()
      • getUpperNeighbors

        protected List<LV<V>> getUpperNeighbors​(LV<V> v)
        return a list of the upper neighbors for the supplied vertex, sorted in index order
        Parameters:
        v - the vertex of interest
        Returns:
        a list of the upper neighbors for the supplied vertex, sorted in index order