Class NarrativeProviderImpl

    • Constructor Detail

      • NarrativeProviderImpl

        public NarrativeProviderImpl()
    • Method Detail

      • setNarrativeForAgency

        public void setNarrativeForAgency​(String agencyId,
                                          AgencyNarrative narrative)
      • setNarrativeForStop

        public void setNarrativeForStop​(org.onebusaway.gtfs.model.AgencyAndId stopId,
                                        StopNarrative narrative)
      • setNarrativeForRouteCollectionId

        public void setNarrativeForRouteCollectionId​(org.onebusaway.gtfs.model.AgencyAndId id,
                                                     RouteCollectionNarrative narrative)
      • setNarrativeForTripId

        public void setNarrativeForTripId​(org.onebusaway.gtfs.model.AgencyAndId tripId,
                                          TripNarrative narrative)
      • setNarrativeForStopTimeEntry

        public void setNarrativeForStopTimeEntry​(org.onebusaway.gtfs.model.AgencyAndId tripId,
                                                 int index,
                                                 StopTimeNarrative narrative)
      • setShapePointsForId

        public void setShapePointsForId​(org.onebusaway.gtfs.model.AgencyAndId shapeId,
                                        ShapePoints shapePoints)
      • getNarrativeForRouteCollectionId

        public RouteCollectionNarrative getNarrativeForRouteCollectionId​(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
      • getNarrativeForStopId

        public StopNarrative getNarrativeForStopId​(org.onebusaway.gtfs.model.AgencyAndId stopId)
      • getRouteCollectionNarrativeForId

        public RouteCollectionNarrative getRouteCollectionNarrativeForId​(org.onebusaway.gtfs.model.AgencyAndId routeCollectionId)
      • getNarrativeForTripId

        public TripNarrative getNarrativeForTripId​(org.onebusaway.gtfs.model.AgencyAndId tripId)
      • getShapePointsForId

        public ShapePoints getShapePointsForId​(org.onebusaway.gtfs.model.AgencyAndId id)