public class TripTimeShort extends Object
Modifier and Type | Field and Description |
---|---|
int |
arrivalDelay |
String |
blockId |
int |
departureDelay |
String |
headsign |
boolean |
realtime |
int |
realtimeArrival |
int |
realtimeDeparture |
RealTimeState |
realtimeState |
int |
scheduledArrival |
int |
scheduledDeparture |
long |
serviceDay |
int |
stopCount |
org.onebusaway.gtfs.model.AgencyAndId |
stopId |
int |
stopIndex |
boolean |
timepoint |
org.onebusaway.gtfs.model.AgencyAndId |
tripId |
static int |
UNDEFINED |
Constructor and Description |
---|
TripTimeShort(TripTimes tt,
int i,
org.onebusaway.gtfs.model.Stop stop)
This is stop-specific, so the index i is a stop index, not a hop index.
|
TripTimeShort(TripTimes tt,
int i,
org.onebusaway.gtfs.model.Stop stop,
ServiceDay sd) |
Modifier and Type | Method and Description |
---|---|
static List<TripTimeShort> |
fromTripTimes(Timetable table,
org.onebusaway.gtfs.model.Trip trip)
must pass in both table and trip, because tripTimes do not have stops.
|
public static final int UNDEFINED
public org.onebusaway.gtfs.model.AgencyAndId stopId
public int stopIndex
public int stopCount
public int scheduledArrival
public int scheduledDeparture
public int realtimeArrival
public int realtimeDeparture
public int arrivalDelay
public int departureDelay
public boolean timepoint
public boolean realtime
public RealTimeState realtimeState
public long serviceDay
public org.onebusaway.gtfs.model.AgencyAndId tripId
public String blockId
public String headsign
public TripTimeShort(TripTimes tt, int i, org.onebusaway.gtfs.model.Stop stop)
public TripTimeShort(TripTimes tt, int i, org.onebusaway.gtfs.model.Stop stop, ServiceDay sd)
public static List<TripTimeShort> fromTripTimes(Timetable table, org.onebusaway.gtfs.model.Trip trip)
Copyright © 2018. All rights reserved.