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

    Modifier and Type
    Method
    Description
    Generates a new object of type T.
  • Method Details