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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build the budget
-
-
-
Method Detail
-
build
T build()
Build the budget- Returns:
- the budget that was built
-
-