| Package | Description | 
|---|---|
| org.opentripplanner.profile | 
| Modifier and Type | Field and Description | 
|---|---|
| Map<Vertex,TimeRange> | AnalystProfileRouterPrototype. propagatedTimes | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeRange | TimeRange.Tracker. get(org.onebusaway.gtfs.model.Stop stop)Get the existing TimeRange for the specified stop, or NULL if none is defined. | 
| TimeRange | TimeRange. shift(int t)Return a copy of this TimeRange that is translated forward in time by t seconds. | 
| TimeRange | TimeRange. wait(int t)Return a copy of this TimeRange that includes a uniformly distributed wait from zero to t seconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | TimeRange.Tracker. add(org.onebusaway.gtfs.model.Stop stop,
   TimeRange newRange)Return true if the time range at the given stop was updated. | 
| boolean | TimeRange. mergeIn(TimeRange other)Return true if the time range was updated, false if it remained the same. | 
Copyright © 2018. All rights reserved.