Package collectionManagers.modeManagers
Interface ModeManager<T>
- Type Parameters:
T
- The type of object this manager generates.
- All Known Implementing Classes:
CityCLIManager
,CityNonUserManager
,ClimateCLIManager
,CoordinatesCLIManager
,GovernmentCLIManager
,HumanCLIManager
,StandardOfLivingCLIManager
public interface ModeManager<T>
Interface for mode managers that can generate objects.
-
Method Summary
-
Method Details
-
buildObject
Generates a new object of type T.- Returns:
- The newly created object.
- Throws:
BuildObjectException
- If an error occurred during object creation.
-