Class LayoutTransition<V,​E>

    • Field Detail

      • startLayout

        protected Layout<V,​E> startLayout
      • endLayout

        protected Layout<V,​E> endLayout
      • transitionLayout

        protected Layout<V,​E> transitionLayout
      • done

        protected boolean done
      • count

        protected int count
      • counter

        protected int counter
    • Method Detail

      • done

        public boolean done()
        Specified by:
        done in interface IterativeContext
        Returns:
        true if this iterative process is finished, and false otherwise.