Uses of Class
collection.City.Human
Packages that use Human
-
Uses of Human in collection.City
Methods in collection.City that return HumanMethods in collection.City with parameters of type HumanModifier and TypeMethodDescriptionint
Compares two Human objects by their namesvoid
City.setGovernor
(Human governor) Constructors in collection.City with parameters of type HumanModifierConstructorDescriptionCity
(long id, String name, Coordinates coordinates, Date creationDate, Integer area, int population, Double metersAboveSeaLevel, Climate climate, Government government, StandardOfLiving standardOfLiving, Human governor) -
Uses of Human in collectionManagers.modeManagers.userMode
Methods in collectionManagers.modeManagers.userMode that return HumanModifier and TypeMethodDescriptionHumanCLIManager.buildObject()
Constructs a new Human object through the CLI by prompting the user to enter the name of the governor.