| Constructor and Description |
|---|
Tracker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.onebusaway.gtfs.model.Stop stop,
TimeRange newRange)
Return true if the time range at the given stop was updated.
|
TimeRange |
get(org.onebusaway.gtfs.model.Stop stop)
Get the existing TimeRange for the specified stop, or NULL if none is defined.
|
Iterator<org.onebusaway.gtfs.model.Stop> |
iterator() |
void |
set(org.onebusaway.gtfs.model.Stop stop,
int t)
Set the travel time to a specific transit stop to exactly t seconds, overwriting any existing value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void set(org.onebusaway.gtfs.model.Stop stop,
int t)
public TimeRange get(org.onebusaway.gtfs.model.Stop stop)
public boolean add(org.onebusaway.gtfs.model.Stop stop,
TimeRange newRange)
Copyright © 2018. All rights reserved.