Uses of Interface
collectionManagers.modeManagers.ModeManager
Packages that use ModeManager
Package
Description
-
Uses of ModeManager in collectionManagers.modeManagers.nonUserMode
Classes in collectionManagers.modeManagers.nonUserMode that implement ModeManagerModifier and TypeClassDescriptionclass
A ModeManager implementation for generating City objects without user input. -
Uses of ModeManager in collectionManagers.modeManagers.userMode
Classes in collectionManagers.modeManagers.userMode that implement ModeManagerModifier and TypeClassDescriptionclass
This class implements the ModeManager interface for City objects.class
The ClimateCLIManager class is responsible for managing the Climate mode in the user interface.class
A class that implements the ModeManager interface for creating Coordinate objects via command-line interface.class
The GovernmentCLIManager class is responsible for managing the Government mode in the user interface.class
This class implements the ModeManager interface for constructing a new Human object through the CLI.class
The StandardOfLiving class is responsible for managing the StandardOfLiving mode in the user interface. -
Uses of ModeManager in commandManagers.commands
Constructors in commandManagers.commands with parameters of type ModeManagerModifierConstructorDescriptionAdd
(ModeManager<City> handler) Provides choosing handlerAddIfMin
(ModeManager<City> handler) Provides choosing handlerRemoveGreater
(ModeManager<City> handler) Provides choosing handlerUpdateId
(ModeManager<City> modeManager) Provides choosing handler