|
Change Variable Type speeds : Map<Segment,SpeedSample> to speeds : Map<Segment,SegmentSpeedSample> in method public testMatching() : void in class org.opentripplanner.traffic.StreetSpeedSourceTest |
From |
To |
|
Change Variable Type speedIndex : Map<Segment,SpeedSample> to speedIndex : Map<Segment,SegmentSpeedSample> in method protected runPolling() : void in class org.opentripplanner.updater.traffic.OpenTrafficUpdater |
From |
To |
|
Change Variable Type sample : SpeedSample to sample : SegmentSpeedSample in method protected runPolling() : void in class org.opentripplanner.updater.traffic.OpenTrafficUpdater |
From |
To |
|
Change Variable Type s : SpeedSample to s : SegmentSpeedSample in method public testMatching() : void in class org.opentripplanner.traffic.StreetSpeedSourceTest |
From |
To |
|
Change Variable Type sample : SpeedSample to sample : SegmentSpeedSample in method public getSpeed(edge StreetEdge, traverseMode TraverseMode, timeMillis long) : double in class org.opentripplanner.traffic.StreetSpeedSource |
From |
To |