Uses of Enum Class
model.util.LevelOfEducation
Packages that use LevelOfEducation
-
Uses of LevelOfEducation in model.common
Methods in model.common that return LevelOfEducationModifier and TypeMethodDescriptionstatic LevelOfEducation
HumanManufacture.getEducationLevel
(GameModel gm, Zone livingPlace) Returns a random available level of education.Citizen.getLevelOfEducation()
Methods in model.common with parameters of type LevelOfEducationModifier and TypeMethodDescriptionvoid
Citizen.setLevelOfEducation
(LevelOfEducation levelOfEducation) Constructors in model.common with parameters of type LevelOfEducationModifierConstructorDescriptionCitizen
(Zone workplace, Zone livingPlace, LevelOfEducation levelOfEducation) -
Uses of LevelOfEducation in model.facility
Fields in model.facility declared as LevelOfEducationConstructors in model.facility with parameters of type LevelOfEducationModifierConstructorDescriptionEducation
(int oneTimeCost, int maintenanceFee, Coordinate coordinate, Dimension dimension, int capacity, int yearsToGraduate, LevelOfEducation levelOfEducation) -
Uses of LevelOfEducation in model.util
Methods in model.util that return LevelOfEducationModifier and TypeMethodDescriptionstatic LevelOfEducation
Returns the enum constant of this class with the specified name.static LevelOfEducation[]
LevelOfEducation.values()
Returns an array containing the constants of this enum class, in the order they are declared.