Uses of Class
org.goplanit.gtfs.entity.GtfsTrip
-
Packages that use GtfsTrip Package Description org.goplanit.gtfs.converter.service.handler org.goplanit.gtfs.handler -
-
Uses of GtfsTrip in org.goplanit.gtfs.converter.service.handler
Methods in org.goplanit.gtfs.converter.service.handler that return GtfsTrip Modifier and Type Method Description GtfsTrip
GtfsServicesHandlerData. getGtfsTripByGtfsTripId(String gtfsTripId)
Collect GTFS trip by GTFS trip idMethods in org.goplanit.gtfs.converter.service.handler with parameters of type GtfsTrip Modifier and Type Method Description void
GtfsPlanitFileHandlerTrips. handle(GtfsTrip gtfsTrip)
Handle a GTFS tripvoid
GtfsServicesHandlerData. indexByGtfsTripId(GtfsTrip gtfsTrip)
Index the GTFS trip by its trip id (GTFS_TRIP_ID)void
GtfsServicesHandlerData. registeredRemovedGtfsTrip(GtfsTrip gtfsTrip, GtfsServicesHandlerData.TripRemovalType type)
Register GTFS trip as discarded for a reason, e.g. -
Uses of GtfsTrip in org.goplanit.gtfs.handler
Methods in org.goplanit.gtfs.handler with parameters of type GtfsTrip Modifier and Type Method Description void
GtfsFileHandlerTrips. handle(GtfsTrip gtfsTrip)
Handle a GTFS trip
-