|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TripStopTimeBean | |
---|---|
org.onebusaway.api.actions.siri | |
org.onebusaway.transit_data.model | |
org.onebusaway.webapp.actions.where |
Uses of TripStopTimeBean in org.onebusaway.api.actions.siri |
---|
Method parameters in org.onebusaway.api.actions.siri with type arguments of type TripStopTimeBean | |
---|---|
static List<org.onebusaway.siri.model.OnwardCall> |
SiriUtils.getOnwardCalls(List<TripStopTimeBean> stopTimes,
long serviceDate,
double distance,
StopBean currentStop)
|
Uses of TripStopTimeBean in org.onebusaway.transit_data.model |
---|
Methods in org.onebusaway.transit_data.model that return types with arguments of type TripStopTimeBean | |
---|---|
List<TripStopTimeBean> |
TripStopTimesBean.getStopTimes()
|
Methods in org.onebusaway.transit_data.model with parameters of type TripStopTimeBean | |
---|---|
void |
TripStopTimesBean.addStopTime(TripStopTimeBean stopTime)
|
Method parameters in org.onebusaway.transit_data.model with type arguments of type TripStopTimeBean | |
---|---|
void |
TripStopTimesBean.setStopTimes(List<TripStopTimeBean> stopTimes)
|
Uses of TripStopTimeBean in org.onebusaway.webapp.actions.where |
---|
Methods in org.onebusaway.webapp.actions.where with parameters of type TripStopTimeBean | |
---|---|
Date |
TripAction.getStopTime(TripStopTimeBean stopTime)
|
int |
TripAction.getStopTimeRaw(TripStopTimeBean stopTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |