Interface IterativeContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean done()
      Returns true if this iterative process is finished, and false otherwise.
      void step()
      Advances one step.
    • Method Detail

      • step

        void step()
        Advances one step.
      • done

        boolean done()
        Returns true if this iterative process is finished, and false otherwise.