Class University

All Implemented Interfaces:
Serializable, Buildable

public class University extends Education
See Also:
  • Constructor Details

    • University

      public University(int oneTimeCost, int maintenanceFee, Coordinate coordinate, Dimension dimension)
  • Method Details

    • getBuildableType

      public BuildableType getBuildableType()
      Description copied from interface: Buildable
      A type can be:
      Returns:
      the type of the buildable
    • isUnderConstruction

      public boolean isUnderConstruction()
      Description copied from interface: Buildable
      Checks if the buildable is under construction
      Returns:
      boolean