|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StopBean in org.onebusaway.api.actions.siri |
---|
Methods in org.onebusaway.api.actions.siri with parameters of type StopBean | |
---|---|
static List<org.onebusaway.siri.model.OnwardCall> |
SiriUtils.getOnwardCalls(List<TripStopTimeBean> stopTimes,
long serviceDate,
double distance,
StopBean currentStop)
|
static int |
SiriUtils.getVisitNumber(HashMap<String,Integer> visitNumberForStop,
StopBean stop)
|
Uses of StopBean in org.onebusaway.api.model.transit |
---|
Methods in org.onebusaway.api.model.transit with parameters of type StopBean | |
---|---|
void |
BeanFactoryV2.addToReferences(StopBean stop)
|
Object |
BeanFactoryV2.getResponse(StopBean stop)
|
StopV2Bean |
BeanFactoryV2.getStop(StopBean stop)
|
Uses of StopBean in org.onebusaway.api.model.where |
---|
Methods in org.onebusaway.api.model.where that return StopBean | |
---|---|
StopBean |
StopWithArrivalsAndDeparturesBeanV1.getStop()
|
Methods in org.onebusaway.api.model.where that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopWithArrivalsAndDeparturesBeanV1.getNearbyStops()
|
Constructors in org.onebusaway.api.model.where with parameters of type StopBean | |
---|---|
StopWithArrivalsAndDeparturesBeanV1(StopBean stop,
List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures,
List<StopBean> nearbyStops)
|
Constructor parameters in org.onebusaway.api.model.where with type arguments of type StopBean | |
---|---|
StopWithArrivalsAndDeparturesBeanV1(StopBean stop,
List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures,
List<StopBean> nearbyStops)
|
Uses of StopBean in org.onebusaway.phone.actions.bookmarks |
---|
Methods in org.onebusaway.phone.actions.bookmarks that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
BookmarkStopAction.getStops()
|
Methods in org.onebusaway.phone.actions.bookmarks with parameters of type StopBean | |
---|---|
void |
BookmarkStopAction.setStop(StopBean stop)
|
Method parameters in org.onebusaway.phone.actions.bookmarks with type arguments of type StopBean | |
---|---|
void |
BookmarkStopAction.setStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.phone.actions.search |
---|
Methods in org.onebusaway.phone.actions.search that return StopBean | |
---|---|
StopBean |
StopsForRouteAction.getStop()
|
StopBean |
StopAction.getStop()
|
StopBean |
NavigateDownAction.getStop()
|
Methods in org.onebusaway.phone.actions.search with parameters of type StopBean | |
---|---|
void |
StopAction.setStop(StopBean stop)
|
Uses of StopBean in org.onebusaway.phone.actions.stops |
---|
Methods in org.onebusaway.phone.actions.stops that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopForCodeAction.getStops()
|
Uses of StopBean in org.onebusaway.presentation.client |
---|
Methods in org.onebusaway.presentation.client with parameters of type StopBean | |
---|---|
static String |
StopPresenter.getCodeForStop(StopBean stop)
|
Uses of StopBean in org.onebusaway.presentation.impl |
---|
Method parameters in org.onebusaway.presentation.impl with type arguments of type StopBean | |
---|---|
String |
BookmarkPresentationServiceImpl.getNameForStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.presentation.model |
---|
Methods in org.onebusaway.presentation.model that return StopBean | |
---|---|
StopBean |
StopSelectionTreeBean.getStop()
|
StopBean |
StopSelectionBean.getStop()
|
StopBean |
StopSelectionBean.getStop(NameBean name)
|
Methods in org.onebusaway.presentation.model that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopSelectionTreeBean.getAllStops()
|
List<StopBean> |
StopSelectionBean.getStops()
The set of stops at our current position in the StopSelectionTreeBean |
List<StopBean> |
BookmarkWithStopsBean.getStops()
|
Methods in org.onebusaway.presentation.model with parameters of type StopBean | |
---|---|
void |
StopSelectionBean.addNameWithStop(NameBean name,
StopBean stop)
|
void |
StopSelectionBean.addStop(StopBean stop)
|
void |
StopSelectionTreeBean.setStop(StopBean stop)
|
void |
StopSelectionBean.setStop(StopBean stop)
|
Method parameters in org.onebusaway.presentation.model with type arguments of type StopBean | |
---|---|
void |
BookmarkWithStopsBean.setStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.presentation.services |
---|
Method parameters in org.onebusaway.presentation.services with type arguments of type StopBean | |
---|---|
String |
BookmarkPresentationService.getNameForStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.sms.actions.sms |
---|
Methods in org.onebusaway.sms.actions.sms that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopByNumberAction.getStops()
|
Uses of StopBean in org.onebusaway.transit_data_federation.impl.beans |
---|
Methods in org.onebusaway.transit_data_federation.impl.beans with parameters of type StopBean | |
---|---|
int |
StopBeanIdComparator.compare(StopBean o1,
StopBean o2)
|
Uses of StopBean in org.onebusaway.transit_data_federation.services.beans |
---|
Methods in org.onebusaway.transit_data_federation.services.beans that return StopBean | |
---|---|
StopBean |
StopBeanService.getStopForId(org.onebusaway.gtfs.model.AgencyAndId stopId)
|
Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type StopBean | |
---|---|
List<org.onebusaway.gtfs.model.AgencyAndId> |
NearbyStopsBeanService.getNearbyStops(StopBean stopBean,
double radius)
|
Uses of StopBean in org.onebusaway.transit_data.model |
---|
Subclasses of StopBean in org.onebusaway.transit_data.model | |
---|---|
class |
StopAreaBean
|
Methods in org.onebusaway.transit_data.model that return StopBean | |
---|---|
StopBean |
TripStopTimeBean.getStop()
|
StopBean |
StopWithRoutesBean.getStop()
|
StopBean |
StopWithArrivalsAndDeparturesBean.getStop()
|
StopBean |
StopScheduleBean.getStop()
|
StopBean |
ArrivalAndDepartureBean.getStop()
|
Methods in org.onebusaway.transit_data.model that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopWithArrivalsAndDeparturesBean.getNearbyStops()
|
List<StopBean> |
StopsWithArrivalsAndDeparturesBean.getNearbyStops()
|
List<StopBean> |
StopAreaBean.getNearbyStops()
|
List<StopBean> |
NearbyRoutesBean.getNearbyStopsForRoute(RouteBean route)
|
List<StopBean> |
StopsWithArrivalsAndDeparturesBean.getStops()
|
List<StopBean> |
StopsForRouteBean.getStops()
|
List<StopBean> |
StopSequenceBlockBean.getStops()
|
List<StopBean> |
StopSequenceBean.getStops()
|
List<StopBean> |
StopsBean.getStops()
|
Methods in org.onebusaway.transit_data.model with parameters of type StopBean | |
---|---|
void |
StopAreaBean.addNearbyStop(StopBean stop)
|
void |
NearbyRoutesBean.addRouteAndStop(RouteBean route,
StopBean stop)
|
void |
TripStopTimeBean.setStop(StopBean stop)
|
void |
StopWithRoutesBean.setStop(StopBean stop)
|
void |
StopScheduleBean.setStop(StopBean stop)
|
void |
ArrivalAndDepartureBean.setStop(StopBean stop)
|
Method parameters in org.onebusaway.transit_data.model with type arguments of type StopBean | |
---|---|
void |
StopsWithArrivalsAndDeparturesBean.setNearbyStops(List<StopBean> nearbyStops)
|
void |
StopsWithArrivalsAndDeparturesBean.setStops(List<StopBean> stops)
|
void |
StopsForRouteBean.setStops(List<StopBean> stops)
|
void |
StopSequenceBlockBean.setStops(List<StopBean> stops)
|
void |
StopSequenceBean.setStops(List<StopBean> stops)
|
void |
StopsBean.setStops(List<StopBean> stops)
|
Constructors in org.onebusaway.transit_data.model with parameters of type StopBean | |
---|---|
StopWithArrivalsAndDeparturesBean(StopBean stop,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations)
|
Constructor parameters in org.onebusaway.transit_data.model with type arguments of type StopBean | |
---|---|
StopsWithArrivalsAndDeparturesBean(List<StopBean> stops,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations)
|
|
StopsWithArrivalsAndDeparturesBean(List<StopBean> stops,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations)
|
|
StopWithArrivalsAndDeparturesBean(StopBean stop,
List<ArrivalAndDepartureBean> arrivalsAndDepartures,
List<StopBean> nearbyStops,
List<ServiceAlertBean> situations)
|
Uses of StopBean in org.onebusaway.transit_data.model.blocks |
---|
Methods in org.onebusaway.transit_data.model.blocks that return StopBean | |
---|---|
StopBean |
BlockStatusBean.getClosestStop()
|
Methods in org.onebusaway.transit_data.model.blocks with parameters of type StopBean | |
---|---|
void |
BlockStatusBean.setClosestStop(StopBean closestStop)
|
Uses of StopBean in org.onebusaway.transit_data.model.oba |
---|
Methods in org.onebusaway.transit_data.model.oba that return StopBean | |
---|---|
StopBean |
TimedStopBean.getStop()
|
Methods in org.onebusaway.transit_data.model.oba with parameters of type StopBean | |
---|---|
void |
TimedStopBean.setStop(StopBean stop)
|
Constructors in org.onebusaway.transit_data.model.oba with parameters of type StopBean | |
---|---|
TimedStopBean(int index,
StopBean stop,
int time)
|
Uses of StopBean in org.onebusaway.transit_data.model.problems |
---|
Methods in org.onebusaway.transit_data.model.problems that return StopBean | |
---|---|
StopBean |
TripProblemReportBean.getStop()
|
StopBean |
StopProblemReportSummaryBean.getStop()
|
StopBean |
StopProblemReportBean.getStop()
|
Methods in org.onebusaway.transit_data.model.problems with parameters of type StopBean | |
---|---|
void |
TripProblemReportBean.setStop(StopBean stop)
|
void |
StopProblemReportSummaryBean.setStop(StopBean stop)
|
void |
StopProblemReportBean.setStop(StopBean stop)
|
Uses of StopBean in org.onebusaway.transit_data.model.schedule |
---|
Methods in org.onebusaway.transit_data.model.schedule that return StopBean | |
---|---|
StopBean |
StopTimeBean.getStop()
|
Methods in org.onebusaway.transit_data.model.schedule with parameters of type StopBean | |
---|---|
void |
StopTimeBean.setStop(StopBean stop)
|
Uses of StopBean in org.onebusaway.transit_data.model.tripplanning |
---|
Methods in org.onebusaway.transit_data.model.tripplanning that return StopBean | |
---|---|
StopBean |
TransitLegBean.getFromStop()
|
StopBean |
LocationBean.getStopBean()
|
StopBean |
TransitLegBean.getToStop()
|
Methods in org.onebusaway.transit_data.model.tripplanning with parameters of type StopBean | |
---|---|
void |
TransitLegBean.setFromStop(StopBean fromStop)
|
void |
LocationBean.setStopBean(StopBean stopBean)
|
void |
TransitLegBean.setToStop(StopBean toStop)
|
Uses of StopBean in org.onebusaway.transit_data.model.trips |
---|
Methods in org.onebusaway.transit_data.model.trips that return StopBean | |
---|---|
StopBean |
TripStatusBean.getClosestStop()
|
StopBean |
TripStatusBean.getNextStop()
|
Methods in org.onebusaway.transit_data.model.trips with parameters of type StopBean | |
---|---|
void |
TripStatusBean.setClosestStop(StopBean closestStop)
|
void |
TripStatusBean.setNextStop(StopBean nextStop)
|
Uses of StopBean in org.onebusaway.transit_data.services |
---|
Methods in org.onebusaway.transit_data.services that return StopBean | |
---|---|
StopBean |
TransitDataService.getStop(String stopId)
|
Uses of StopBean in org.onebusaway.webapp.actions.where |
---|
Methods in org.onebusaway.webapp.actions.where that return StopBean | |
---|---|
StopBean |
StopsAction.getStop()
|
Methods in org.onebusaway.webapp.actions.where that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
StopsForRouteAction.getStops()
|
List<StopBean> |
StopsAction.getStops()
|
Uses of StopBean in org.onebusaway.webapp.gwt.common.resources.map |
---|
Methods in org.onebusaway.webapp.gwt.common.resources.map with parameters of type StopBean | |
---|---|
static com.google.gwt.maps.client.overlay.Icon |
StopIconFactory.getStopIcon(StopBean stop,
StopIconFactory.ESize size,
boolean isSelected)
|
static StopIconFactory.EType |
StopIconFactory.getStopType(StopBean stop)
|
Uses of StopBean in org.onebusaway.webapp.gwt.mobile_application.control |
---|
Methods in org.onebusaway.webapp.gwt.mobile_application.control that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
MobileApplicationDao.getRecentStops()
|
Methods in org.onebusaway.webapp.gwt.mobile_application.control with parameters of type StopBean | |
---|---|
void |
MobileApplicationDao.addRecentStop(StopBean stop)
|
void |
ActivityHandler.onStopAccessed(StopBean stop)
|
Uses of StopBean in org.onebusaway.webapp.gwt.stop_and_route_selection |
---|
Fields in org.onebusaway.webapp.gwt.stop_and_route_selection with type parameters of type StopBean | |
---|---|
protected Map<String,StopBean> |
AbstractStopAndRouteSelectionWidget._stopsById
|
Methods in org.onebusaway.webapp.gwt.stop_and_route_selection with parameters of type StopBean | |
---|---|
void |
AbstractStopAndRouteSelectionWidget.addStop(StopBean stop)
|
protected com.google.gwt.user.client.ui.Widget |
AbstractStopAndRouteSelectionWidget.StopFinderWidgetExtension.getStopInfoWindowWidget(StopBean stop,
StopFinderCssResource css)
|
void |
StopWidget.RemoveClickedHandler.handleRemoveClicked(StopWidget widget,
StopBean stop)
|
void |
AbstractStopAndRouteSelectionWidget.removeStop(StopBean stop)
|
Constructors in org.onebusaway.webapp.gwt.stop_and_route_selection with parameters of type StopBean | |
---|---|
StopWidget(StopBean stop,
StopWidget.RemoveClickedHandler handler)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.impl |
---|
Method parameters in org.onebusaway.webapp.gwt.where_library.impl with type arguments of type StopBean | |
---|---|
void |
StopsForRegionServiceImpl.getStopsForRegion(CoordinateBounds bounds,
com.google.gwt.user.client.rpc.AsyncCallback<List<StopBean>> callback)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.rpc |
---|
Methods in org.onebusaway.webapp.gwt.where_library.rpc that return StopBean | |
---|---|
StopBean |
WebappService.getStop(String stopId)
|
Method parameters in org.onebusaway.webapp.gwt.where_library.rpc with type arguments of type StopBean | |
---|---|
void |
WebappServiceAsync.getStop(String stopId,
com.google.gwt.user.client.rpc.AsyncCallback<StopBean> callback)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.services |
---|
Methods in org.onebusaway.webapp.gwt.where_library.services that return types with arguments of type StopBean | |
---|---|
List<StopBean> |
CombinedSearchResult.getStops()
|
Method parameters in org.onebusaway.webapp.gwt.where_library.services with type arguments of type StopBean | |
---|---|
void |
StopsForRegionService.getStopsForRegion(CoordinateBounds bounds,
com.google.gwt.user.client.rpc.AsyncCallback<List<StopBean>> callback)
|
void |
CombinedSearchResult.setStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.view |
---|
Methods in org.onebusaway.webapp.gwt.where_library.view with parameters of type StopBean | |
---|---|
protected void |
ResultsPanelManager.addStopBeanToPanel(StopBean stop,
DivPanel panel)
|
protected com.google.gwt.user.client.ui.Widget |
StopFinderWidget.getStopInfoWindowWidget(StopBean stop,
StopFinderCssResource css)
|
protected void |
StopInfoWindowWidget.handleLinksForStopInfoWindow(StopBean bean)
|
protected void |
StopInfoWindowWidget.handleRoutesForStopInfoWindow(StopBean stop)
|
protected void |
StopInfoWindowWidget.handleTitleForStop(StopBean stop)
|
Constructors in org.onebusaway.webapp.gwt.where_library.view with parameters of type StopBean | |
---|---|
StopInfoWindowWidget(StopFinderInterface stopFinder,
TransitMapManager transitMapManager,
StopBean stop,
StopFinderCssResource css)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.view.events |
---|
Methods in org.onebusaway.webapp.gwt.where_library.view.events that return StopBean | |
---|---|
StopBean |
StopClickedEvent.getStop()
|
Constructors in org.onebusaway.webapp.gwt.where_library.view.events with parameters of type StopBean | |
---|---|
StopClickedEvent(StopBean stop)
|
Uses of StopBean in org.onebusaway.webapp.gwt.where_library.view.stops |
---|
Methods in org.onebusaway.webapp.gwt.where_library.view.stops with parameters of type StopBean | |
---|---|
void |
TransitMapManager.showStop(StopBean stop,
boolean showStopsInCurrentView)
|
Method parameters in org.onebusaway.webapp.gwt.where_library.view.stops with type arguments of type StopBean | |
---|---|
void |
TransitMapManager.showStops(List<StopBean> stops)
|
Uses of StopBean in org.onebusaway.webapp.impl |
---|
Methods in org.onebusaway.webapp.impl that return StopBean | |
---|---|
StopBean |
WebappServiceServletImpl.getStop(String stopId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |