Interface BudgetBuilder<T extends Budget>

Type Parameters:
T -
All Known Implementing Classes:
IterationBoundedBudgetBuilder, IterationTimeBoundedBudgetBuilder

public interface BudgetBuilder<T extends Budget>
An interface for budget builders
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the budget
  • Method Details

    • build

      T build()
      Build the budget
      Returns:
      the budget that was built