Package model.facility
Class School
java.lang.Object
model.facility.Facility
model.facility.Education
model.facility.School
- All Implemented Interfaces:
Serializable
,Buildable
- See Also:
-
Field Summary
Fields inherited from class model.facility.Education
capacity, levelOfEducation, yearsToGraduate
Fields inherited from class model.facility.Facility
coordinate, dimension, maintenanceFee, oneTimeCost
-
Constructor Summary
ConstructorsConstructorDescriptionSchool
(int oneTimeCost, int maintenanceFee, Coordinate coordinate, Dimension dimension) -
Method Summary
Modifier and TypeMethodDescriptionA type can be:boolean
Checks if the buildable is under constructionMethods inherited from class model.facility.Education
getCapacity
Methods inherited from class model.facility.Facility
getCoordinate, getDimension, getMaintenanceFee, getOneTimeCost, isConnected, resetConnected, setConnected, toString
-
Constructor Details
-
School
-
-
Method Details