Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- buildObject() - Method in interface collectionManagers.modeManagers.ModeManager
-
Generates a new object of type T.
- buildObject() - Method in class collectionManagers.modeManagers.nonUserMode.CityNonUserManager
-
Generates a City object by reading values from the scanner and sets its attributes accordingly.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.CityCLIManager
-
Builds a new City object using user input through the command line interface.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.ClimateCLIManager
-
This method builds the Climate object using user input and returns the constructed object.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.CoordinatesCLIManager
-
Builds a Coordinates object via command-line interface, prompting the user for input.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.GovernmentCLIManager
-
This method builds the Government object using user input and returns the constructed object.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.HumanCLIManager
-
Constructs a new Human object through the CLI by prompting the user to enter the name of the governor.
- buildObject() - Method in class collectionManagers.modeManagers.userMode.StandardOfLivingCLIManager
-
This method builds the StandardOfLiving object using user input and returns the constructed object.
- BuildObjectException - Exception in exceptions
-
An exception that is thrown when an object cannot be built.
- BuildObjectException(String) - Constructor for exception exceptions.BuildObjectException
-
Constructs a new BuildObjectException with the specified detail message.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form