org.onebusaway.transit_data_federation.services.transit_graph
public interface TripEntry
Modifier and Type | Method and Description |
---|---|
BlockEntry |
getBlock() |
String |
getDirectionId() |
FrequencyEntry |
getFrequencyLabel()
For trips that are operated with a fixed schedule, but marketed to riders
as headway-based service (by applying a
Frequency.getExactTimes()
override value of 2 in their frequencies.txt GTFS), we attach the
FrequencyEntry associated with this trip. |
org.onebusaway.gtfs.model.AgencyAndId |
getId() |
RouteEntry |
getRoute() |
RouteCollectionEntry |
getRouteCollection() |
org.onebusaway.gtfs.model.calendar.LocalizedServiceId |
getServiceId() |
org.onebusaway.gtfs.model.AgencyAndId |
getShapeId() |
List<StopTimeEntry> |
getStopTimes() |
double |
getTotalTripDistance() |
org.onebusaway.gtfs.model.AgencyAndId getId()
RouteEntry getRoute()
RouteCollectionEntry getRouteCollection()
String getDirectionId()
BlockEntry getBlock()
org.onebusaway.gtfs.model.calendar.LocalizedServiceId getServiceId()
org.onebusaway.gtfs.model.AgencyAndId getShapeId()
List<StopTimeEntry> getStopTimes()
double getTotalTripDistance()
FrequencyEntry getFrequencyLabel()
Frequency.getExactTimes()
override value of 2 in their frequencies.txt GTFS), we attach the
FrequencyEntry
associated with this trip.Copyright © 2014 OneBusAway. All Rights Reserved.