|
Rename Method private findDepartureTimelineForRoute(stationNode int, routeId String) : NavigableMap<Integer,Integer> renamed to private findDepartureTimelineForPlatform(platformEnterNode int) : NavigableMap<Integer,Integer> in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Method private wireUpAndAndConnectDepartureTimeline(toStop Stop, stopEnterNode int, timeNodes NavigableMap<Integer,Integer>) : void renamed to private wireUpOrPatchDepartureTimeline(zoneId ZoneId, stationNode int, stop Stop, timeline NavigableMap<Integer,Integer>, route GtfsStorageI.PlatformDescriptor) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Method private wireUpAndAndConnectArrivalTimeline(toStop Stop, stopExitNode int, timeNodes NavigableMap<Integer,Integer>) : void renamed to private wireUpAndConnectTimeline(toStop Stop, platformNode int, timeNodes NavigableMap<Integer,Integer>, timeExpandedNetworkEdgeType GtfsStorage.EdgeType, waitEdgeType GtfsStorage.EdgeType) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Variable _arrivalTimelineNode : int to _departureTimelineNode : int in method package addTrip(zoneId ZoneId, time int, arrivalNodes List<TripWithStopTimeAndArrivalNode>, trip TripWithStopTimes, tripDescriptor GtfsRealtime.TripDescriptor, frequencyBased boolean) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Variable leaveTimeExpandedNetworkEdge : EdgeIteratorState to timeExpandedNetworkEdge : EdgeIteratorState in method private wireUpAndConnectTimeline(toStop Stop, platformNode int, timeNodes NavigableMap<Integer,Integer>, timeExpandedNetworkEdgeType GtfsStorage.EdgeType, waitEdgeType GtfsStorage.EdgeType) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Variable departureTimelineNodesByRoute : Map<String,NavigableMap<Integer,Integer>> to arrivalTimelines : Map<GtfsStorageI.PlatformDescriptor,NavigableMap<Integer,Integer>> in method package addTrip(zoneId ZoneId, time int, arrivalNodes List<TripWithStopTimeAndArrivalNode>, trip TripWithStopTimes, tripDescriptor GtfsRealtime.TripDescriptor, frequencyBased boolean) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Variable departureTimelineNodes : NavigableMap<Integer,Integer> to departureTimeline : NavigableMap<Integer,Integer> in method package addTrip(zoneId ZoneId, time int, arrivalNodes List<TripWithStopTimeAndArrivalNode>, trip TripWithStopTimes, tripDescriptor GtfsRealtime.TripDescriptor, frequencyBased boolean) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Variable prev : int to platformEnterNode : int in method private wireUpOrPatchDepartureTimeline(zoneId ZoneId, stationNode int, stop Stop, timeline NavigableMap<Integer,Integer>, route GtfsStorageI.PlatformDescriptor) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Change Variable Type departureTimelineNodesByRoute : Map<String,NavigableMap<Integer,Integer>> to arrivalTimelines : Map<GtfsStorageI.PlatformDescriptor,NavigableMap<Integer,Integer>> in method package addTrip(zoneId ZoneId, time int, arrivalNodes List<TripWithStopTimeAndArrivalNode>, trip TripWithStopTimes, tripDescriptor GtfsRealtime.TripDescriptor, frequencyBased boolean) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Change Variable Type trip : Trip to transfers : Transfers in method package buildPtNetwork() : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Change Variable Type departureTimelineNodesByRoute : Map<String,NavigableMap<Integer,Integer>> to departureTimelineNodesByRoute : Map<GtfsStorageI.PlatformDescriptor,NavigableMap<Integer,Integer>> in method package addDelayedBoardEdge(zoneId ZoneId, tripDescriptor GtfsRealtime.TripDescriptor, stopSequence int, departureTime int, departureNode int, validOnDay BitSet) : int in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Change Variable Type routeId : String to routeId : GtfsStorageI.PlatformDescriptor in method private insertInboundTransfers(fromStopId String, from_route_id String, minimumTransferTime int, toStopTimelineNode NavigableMap<Integer,Integer>) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Change Variable Type routeId : String to routeId : GtfsStorageI.PlatformDescriptor in method private insertOutboundTransfers(toStopId String, toRouteId String, minimumTransferTime int, fromStopTimelineNodes NavigableMap<Integer,Integer>) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Inline Variable edgeType : GtfsStorage.EdgeType in method private insertInboundTransfers(fromStopId String, from_route_id String, minimumTransferTime int, toStopTimelineNode NavigableMap<Integer,Integer>) : void from class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Inline Variable edgeType2 : GtfsStorage.EdgeType in method private insertInboundTransfers(fromStopId String, from_route_id String, minimumTransferTime int, toStopTimelineNode NavigableMap<Integer,Integer>) : void from class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Inline Variable arrivalTime : int in method private wireUpAndAndConnectArrivalTimeline(toStop Stop, stopExitNode int, timeNodes NavigableMap<Integer,Integer>) : void from class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Parameter toStop : Stop to stop : Stop in method private wireUpOrPatchDepartureTimeline(zoneId ZoneId, stationNode int, stop Stop, timeline NavigableMap<Integer,Integer>, route GtfsStorageI.PlatformDescriptor) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Parameter stopEnterNode : int to stationNode : int in method private wireUpOrPatchDepartureTimeline(zoneId ZoneId, stationNode int, stop Stop, timeline NavigableMap<Integer,Integer>, route GtfsStorageI.PlatformDescriptor) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Parameter stopExitNode : int to platformNode : int in method private wireUpAndConnectTimeline(toStop Stop, platformNode int, timeNodes NavigableMap<Integer,Integer>, timeExpandedNetworkEdgeType GtfsStorage.EdgeType, waitEdgeType GtfsStorage.EdgeType) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Parameter stationNode : int to platformEnterNode : int in method private findDepartureTimelineForPlatform(platformEnterNode int) : NavigableMap<Integer,Integer> in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |
|
Rename Parameter timeNodes : NavigableMap<Integer,Integer> to timeline : NavigableMap<Integer,Integer> in method private wireUpOrPatchDepartureTimeline(zoneId ZoneId, stationNode int, stop Stop, timeline NavigableMap<Integer,Integer>, route GtfsStorageI.PlatformDescriptor) : void in class com.graphhopper.reader.gtfs.GtfsReader |
From |
To |