|
Change Parameter Type edgeTo : EdgeEntry to edgeTo : SPTEntry in method public setEdgeEntryTo(edgeTo SPTEntry) : PathBidirRef in class com.graphhopper.routing.PathBidirRef |
From |
To |
|
Change Parameter Type edgeEntry : EdgeEntry to edgeEntry : SPTEntry in method public setEdgeEntry(edgeEntry SPTEntry) : Path in class com.graphhopper.routing.Path |
From |
To |
|
Change Parameter Type bestEE : EdgeEntry to bestEE : SPTEntry in method public updateBestPath(es EdgeIteratorState, bestEE SPTEntry, currLoc int) : void in class com.graphhopper.ui.DebugDijkstraSimple |
From |
To |
|
Change Parameter Type bestEE : EdgeEntry to bestEE : SPTEntry in method public updateBestPath(es EdgeIteratorState, bestEE SPTEntry, currLoc int) : void in class com.graphhopper.ui.DebugDijkstraBidirection |
From |
To |
|
Change Parameter Type bestEE : EdgeEntry to bestEE : SPTEntry in method public updateBestPath(es EdgeIteratorState, bestEE SPTEntry, currLoc int) : void in class com.graphhopper.ui.DebugAStarBi |
From |
To |
|
Change Parameter Type entryCurrent : EdgeEntry to entryCurrent : SPTEntry in method protected updateBestPath(edgeState EdgeIteratorState, entryCurrent SPTEntry, traversalId int) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Parameter Type ee : EdgeEntry to ee : SPTEntry in method package getAltNames(graph Graph, ee SPTEntry) : List<String> in class com.graphhopper.routing.AlternativeRoute |
From |
To |
|
Change Parameter Type bestEE : EdgeEntry to bestEE : SPTEntry in method public updateBestPath(es EdgeIteratorState, bestEE SPTEntry, currLoc int) : void in class com.graphhopper.ui.DebugAStar |
From |
To |
|
Change Parameter Type shortestWeightMap : TIntObjectMap<EdgeEntry> to shortestWeightMap : TIntObjectMap<SPTEntry> in method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, shortestWeightMap TIntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Parameter Type currEdge : EdgeEntry to currEdge : SPTEntry in method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, shortestWeightMap TIntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Parameter Type o : EdgeEntry to o : SPTEntry in method public compareTo(o SPTEntry) : int in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Parameter Type prioQueue : PriorityQueue<EdgeEntry> to prioQueue : PriorityQueue<SPTEntry> in method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, shortestWeightMap TIntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Parameter Type other : TIntObjectMap<EdgeEntry> to other : TIntObjectMap<SPTEntry> in method package setBestOtherMap(other TIntObjectMap<SPTEntry>) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Parameter Type shareStart : EdgeEntry to shareStart : SPTEntry in method public AlternativeInfo(sortBy double, path Path, shareStart SPTEntry, shareEnd SPTEntry, shareWeight double, altNames List<String>) in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Parameter Type shareEnd : EdgeEntry to shareEnd : SPTEntry in method public AlternativeInfo(sortBy double, path Path, shareStart SPTEntry, shareEnd SPTEntry, shareWeight double, altNames List<String>) in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method public clone() : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Return Type TIntObjectMap<EdgeEntry> to TIntObjectMap<SPTEntry> in method package getBestToMap() : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Return Type TIntObjectMap<EdgeEntry> to TIntObjectMap<SPTEntry> in method package getBestFromMap() : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method protected createEdgeEntry(node int, weight double) : SPTEntry in class com.graphhopper.routing.AbstractRoutingAlgorithm |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method public getShareStart() : SPTEntry in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method public cloneFull() : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Return Type TIntObjectMap<EdgeEntry> to TIntObjectMap<SPTEntry> in method public getBestWeightMapTo() : TIntObjectMap<SPTEntry> in class com.graphhopper.ui.MiniGraphUI.MyBiDi |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method protected createEdgeEntry(node int, weight double) : SPTEntry in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method package searchBest(from int, maxFullDistance double) : SPTEntry in class com.graphhopper.routing.RoundTripAltAlgorithm.AltSingleDijkstra |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method protected createEdgeEntry(node int, weight double) : SPTEntry in class com.graphhopper.routing.AStar |
From |
To |
|
Change Return Type TIntObjectMap<EdgeEntry> to TIntObjectMap<SPTEntry> in method public getBestWeightMapFrom() : TIntObjectMap<SPTEntry> in class com.graphhopper.ui.MiniGraphUI.MyBiDi |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method public getFromEntry(key int) : SPTEntry in class com.graphhopper.routing.RoundTripAltAlgorithm.AltSingleDijkstra |
From |
To |
|
Change Return Type EdgeEntry to SPTEntry in method public getShareEnd() : SPTEntry in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Variable Type juQueue : PriorityQueue<EdgeEntry> to juQueue : PriorityQueue<SPTEntry> in method public testSize() : void in class com.graphhopper.coll.AbstractBinHeapTest |
From |
To |
|
Change Variable Type de : EdgeEntry to de : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type tmpPrev : EdgeEntry to tmpPrev : SPTEntry in method public cloneFull() : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Variable Type bestPathEntries : List<EdgeEntry> to bestPathEntries : List<SPTEntry> in method public calcAlternatives(maxPaths int, maxWeightFactor double, weightInfluence double, maxShareFactor double, shareInfluence double, minPlateauFactor double, plateauInfluence double) : List<AlternativeInfo> in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef |
From |
To |
|
Change Variable Type de3 : EdgeEntry to de3 : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type tmpNextToEdgeEntry : EdgeEntry to tmpNextToEdgeEntry : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type prevToEdgeEntry : EdgeEntry to prevToEdgeEntry : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type tmpFromEdgeEntry : EdgeEntry to tmpFromEdgeEntry : SPTEntry in method public calcRoundTrips(from int, maxFullDistance double, penaltyFactor double) : List<Path> in class com.graphhopper.routing.RoundTripAltAlgorithm |
From |
To |
|
Change Variable Type e1 : EdgeEntry to e1 : SPTEntry in method public testFindInstruction() : void in class com.graphhopper.routing.PathTest |
From |
To |
|
Change Variable Type nextFromEdgeEntry : EdgeEntry to nextFromEdgeEntry : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type currFrom : EdgeEntry to currFrom : SPTEntry in method public calcRoundTrips(from int, maxFullDistance double, penaltyFactor double) : List<Path> in class com.graphhopper.routing.RoundTripAltAlgorithm |
From |
To |
|
Change Variable Type e1 : EdgeEntry to e1 : SPTEntry in method public testWayList() : void in class com.graphhopper.routing.PathTest |
From |
To |
|
Change Variable Type tmp : EdgeEntry to tmp : SPTEntry in method package searchBest(from int, maxFullDistance double) : SPTEntry in class com.graphhopper.routing.RoundTripAltAlgorithm.AltSingleDijkstra |
From |
To |
|
Change Variable Type toEdgeEntry : EdgeEntry to toEdgeEntry : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type cloning : EdgeEntry to cloning : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type tmp1 : EdgeEntry to tmp1 : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type goalEdge : EdgeEntry to goalEdge : SPTEntry in method public extract() : Path in class com.graphhopper.routing.Path |
From |
To |
|
Change Variable Type newTo : EdgeEntry to newTo : SPTEntry in method public calcRoundTrips(from int, maxFullDistance double, penaltyFactor double) : List<Path> in class com.graphhopper.routing.RoundTripAltAlgorithm |
From |
To |
|
Change Variable Type entryOther : EdgeEntry to entryOther : SPTEntry in method protected updateBestPath(edgeState EdgeIteratorState, entryCurrent SPTEntry, traversalId int) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Variable Type fromEE : EdgeEntry to fromEE : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type ee : EdgeEntry to ee : SPTEntry in method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, shortestWeightMap TIntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Variable Type nEdge : EdgeEntry to nEdge : SPTEntry in method protected runAlgo() : void in class com.graphhopper.routing.Dijkstra |
From |
To |
|
Change Variable Type de2 : EdgeEntry to de2 : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type ee : EdgeEntry to ee : SPTEntry in method public extract() : Path in class com.graphhopper.routing.PathBidirRef |
From |
To |
|
Change Variable Type de : EdgeEntry to de : SPTEntry in method public cloneFull() : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Variable Type toEE : EdgeEntry to toEE : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Variable Type currEdge : EdgeEntry to currEdge : SPTEntry in method public extract() : Path in class com.graphhopper.routing.PathBidirRef |
From |
To |
|
Change Variable Type cl : EdgeEntry to cl : SPTEntry in method public cloneFull() : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Variable Type tmp2 : EdgeEntry to tmp2 : SPTEntry in method public testCloneFull() : void in class com.graphhopper.storage.EdgeTest |
From |
To |
|
Change Variable Type tmpFromEntry : EdgeEntry to tmpFromEntry : SPTEntry in method public execute(traversalId int, fromEdgeEntry SPTEntry) : boolean in class com.graphhopper.routing.AlternativeRoute.AltDijkstraBidirectionRef.calcAlternatives.forEachEntry |
From |
To |
|
Change Attribute Type bestWeightMapFrom : TIntObjectMap<EdgeEntry> to bestWeightMapFrom : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type bestWeightMapOther : TIntObjectMap<EdgeEntry> to bestWeightMapOther : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type fromMap : TIntObjectMap<EdgeEntry> to fromMap : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.Dijkstra |
From |
To |
|
Change Attribute Type openSetTo : PriorityQueue<EdgeEntry> to openSetTo : PriorityQueue<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type currEdge : EdgeEntry to currEdge : SPTEntry in class com.graphhopper.routing.Dijkstra |
From |
To |
|
Change Attribute Type parent : EdgeEntry to parent : SPTEntry in class com.graphhopper.storage.SPTEntry |
From |
To |
|
Change Attribute Type currFrom : EdgeEntry to currFrom : SPTEntry in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type shareStart : EdgeEntry to shareStart : SPTEntry in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Attribute Type shareEnd : EdgeEntry to shareEnd : SPTEntry in class com.graphhopper.routing.AlternativeRoute.AlternativeInfo |
From |
To |
|
Change Attribute Type currTo : EdgeEntry to currTo : SPTEntry in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type edgeEntry : EdgeEntry to edgeEntry : SPTEntry in class com.graphhopper.routing.Path |
From |
To |
|
Change Attribute Type edgeTo : EdgeEntry to edgeTo : SPTEntry in class com.graphhopper.routing.PathBidirRef |
From |
To |
|
Change Attribute Type fromHeap : PriorityQueue<EdgeEntry> to fromHeap : PriorityQueue<SPTEntry> in class com.graphhopper.routing.Dijkstra |
From |
To |
|
Change Attribute Type openSetFrom : PriorityQueue<EdgeEntry> to openSetFrom : PriorityQueue<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Change Attribute Type bestWeightMapTo : TIntObjectMap<EdgeEntry> to bestWeightMapTo : TIntObjectMap<SPTEntry> in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |