Package 

Interface OnStreetParkingController

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • removeOnStreetParking

         abstract Unit removeOnStreetParking(List<String> parkingIds)

        remove on street parking by id

        Parameters:
        parkingIds - the ids of the target bundle of On-Street parking
      • highlightOnStreetParking

         abstract Unit highlightOnStreetParking(String parkingId, Boolean isHighlighted)

        highlight on street parking by id,only one parking place is allowed to be highlighted at once

        Parameters:
        parkingId - the id of the target bundle of On-Street parking
        isHighlighted - highlight the On-Street parking or not