|
Pull Up Method protected initCollections(size int) : void from class com.graphhopper.routing.AStarBidirection to protected initCollections(size int) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected getCurrentToWeight() : double from class com.graphhopper.routing.DijkstraBidirectionRef to protected getCurrentToWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method public finished() : boolean from class com.graphhopper.routing.DijkstraBidirectionRef to protected finished() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected extractPath() : Path from class com.graphhopper.routing.AStarBidirection to protected extractPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected getCurrentFromWeight() : double from class com.graphhopper.routing.AStarBidirection to protected getCurrentFromWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected getCurrentToWeight() : double from class com.graphhopper.routing.AStarBidirection to protected getCurrentToWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected createAndInitPath() : Path from class com.graphhopper.routing.DijkstraBidirectionRef to protected createAndInitPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected extractPath() : Path from class com.graphhopper.routing.DijkstraBidirectionRef to protected extractPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected getCurrentFromWeight() : double from class com.graphhopper.routing.DijkstraBidirectionRef to protected getCurrentFromWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method package setBestOtherMap(other IntObjectMap<SPTEntry>) : void from class com.graphhopper.routing.DijkstraBidirectionRef to package setBestOtherMap(other IntObjectMap<T>) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected initCollections(size int) : void from class com.graphhopper.routing.DijkstraBidirectionRef to protected initCollections(size int) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method package setBestOtherMap(other IntObjectMap<AStarEntry>) : void from class com.graphhopper.routing.AStarBidirection to package setBestOtherMap(other IntObjectMap<T>) : void from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Pull Up Method protected createAndInitPath() : Path from class com.graphhopper.routing.AStarBidirection to protected createAndInitPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection |
From |
To |
|
Rename Variable ee : SPTEntry to entry : SPTEntry in method package fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.DijkstraBidirectionRef |
From |
To |
|
Rename Variable alreadyVisitedWeight : double to weight : double in method private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Rename Variable ase : AStarEntry to entry : AStarEntry in method private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Rename Parameter prioQueueOpenSet : PriorityQueue<AStarEntry> to prioQueue : PriorityQueue<AStarEntry> in method private fillEdges(currEdge AStarEntry, prioQueue PriorityQueue<AStarEntry>, bestWeightMap IntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Rename Parameter currLoc : int to traversalId : int in method public updateBestPath(edgeState EdgeIteratorState, entryCurrent AStarEntry, traversalId int) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Rename Parameter currLoc : int to traversalId : int in method public updateBestPath(edgeState EdgeIteratorState, entryCurrent AStar.AStarEntry, traversalId int) : void in class com.graphhopper.ui.DebugAStarBi |
From |
To |