Interface BusOrStop

    • Method Detail

      • getId

        Long getId()
      • getLocation

        RoadLocation getLocation()
        Returns:
        never null
      • getBus

        Bus getBus()
        Returns:
        sometimes null
      • getNextStop

        BusStop getNextStop()
        Returns:
        sometimes null
      • setNextStop

        void setNextStop​(BusStop nextStop)