- valueOf(String) - Static method in enum imm.se.vending.model.Fruit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum imm.se.vending.model.NotificationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum imm.se.vending.model.Fruit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum imm.se.vending.model.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VendingMachineController - Class in imm.se.vending.model
-
This class represents the controller of a vending machine.
- VendingMachineController() - Constructor for class imm.se.vending.model.VendingMachineController
-
Create a vending machine controller with 10 bananas and 10 apples as contents.
- VendingMachineController(int, int) - Constructor for class imm.se.vending.model.VendingMachineController
-
Constructs a new vending machine controller with a specific amount
of bananas and apples.
- VendingMachineSteps - Class in imm.se.acceptance_tests
-
- VendingMachineSteps() - Constructor for class imm.se.acceptance_tests.VendingMachineSteps
-
- VendingMachineTextUI - Class in imm.se.vending.ui
-
- VendingMachineTextUI(int, int) - Constructor for class imm.se.vending.ui.VendingMachineTextUI
-
- VendingMachineTextUI(VendingMachineController) - Constructor for class imm.se.vending.ui.VendingMachineTextUI
-
- VendingMachineUI - Class in imm.se.vending.gui
-
- VendingMachineUI(VendingMachineController) - Constructor for class imm.se.vending.gui.VendingMachineUI
-
Creates new form VendingMachineUI