Package cielsachen.mco1.controller
Class CoffeeController
java.lang.Object
cielsachen.mco1.controller.CoffeeController
-
Constructor Summary
ConstructorsConstructorDescriptionCoffeeController
(CoffeeService service, StorageBinService storageBinService, TransactionService transactionService, Scanner scanner, Input input) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isCapableOfBrewing
(Truck truck) boolean
void
prepareCoffee
(Truck truck) void
printPrices
(Truck truck) void
-
Constructor Details
-
CoffeeController
public CoffeeController(CoffeeService service, StorageBinService storageBinService, TransactionService transactionService, Scanner scanner, Input input)
-
-
Method Details
-
isCapableOfBrewing
-
isPricesSet
public boolean isPricesSet() -
updatePrices
public void updatePrices() -
prepareCoffee
-
printPrices
-