Class Progress

    • Field Detail

      • maxIterations

        @Inject(optional=true)
        protected Integer maxIterations
      • iteration

        protected int iteration
    • Constructor Detail

      • Progress

        public Progress()
    • Method Detail

      • get

        public Double get()
        Returns the progress value between 0 and 1.
        Returns:
        the progress value
      • getMaxIterations

        public Integer getMaxIterations()
        Returns the number of maximal iterations.
        Returns:
        the number of maximal iteration
      • getCurrentIteration

        public int getCurrentIteration()
        Returns the current iteration.
        Returns:
        the current iteration