Interface RealtimeService

    • Method Detail

      • setTime

        void setTime​(long time)
      • getVehicleActivityForVehicle

        uk.org.siri.siri.VehicleActivityStructure getVehicleActivityForVehicle​(String vehicleId,
                                                                               int maximumOnwardCalls,
                                                                               long currentTime,
                                                                               String tripId)
      • getVehicleActivityForRoute

        List<uk.org.siri.siri.VehicleActivityStructure> getVehicleActivityForRoute​(String routeId,
                                                                                   String directionId,
                                                                                   int maximumOnwardCalls,
                                                                                   long currentTime,
                                                                                   boolean showRawLocation)
      • getMonitoredStopVisitsForStop

        List<uk.org.siri.siri.MonitoredStopVisitStructure> getMonitoredStopVisitsForStop​(String stopId,
                                                                                         int maximumOnwardCalls,
                                                                                         long currentTime)
      • getVehiclesInServiceForRoute

        boolean getVehiclesInServiceForRoute​(String routeId,
                                             String directionId,
                                             long currentTime)
      • getVehiclesInServiceForStopAndRoute

        boolean getVehiclesInServiceForStopAndRoute​(String stopId,
                                                    String routeId,
                                                    long currentTime)
      • showApc

        boolean showApc()