Interface IterationBudget

All Superinterfaces:
Budget
All Known Implementing Classes:
IterationBoundedBudget, IterationTimeBoundedBudget

public interface IterationBudget extends Budget
A budget that limits the task execution to a given number of iterations
  • Method Details

    • maxIterations

      int maxIterations()
      The maximum number of iterations
      Returns:
      the maximum number of iterations