|
Pull Up Method private setEntry(key int, iter EdgeIteratorState, weight double, parent int, isDirectCenterNodePath boolean) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private setEntry(key int, iter EdgeIteratorState, weight double, parent int, isDirectCenterNodePath boolean) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method public runSearch(toNode int, targetEdge int) : WitnessSearchEntry from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to public runSearch(toNode int, targetEdge int) : WitnessSearchEntry from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method protected setInitialEntries(centerNode int, fromNode int, sourceEdge int) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to protected setInitialEntries(centerNode int, fromNode int, sourceEdge int) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private getEntryForKey(edgeKey int) : WitnessSearchEntry from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private getEntryForKey(edgeKey int) : WitnessSearchEntry from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private updateBestPath(toNode int, targetEdge int, edgeKey int) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private updateBestPath(toNode int, targetEdge int, edgeKey int) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private resetEntry(key int) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private resetEntry(key int) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private updateEntry(key int, iter EdgeIteratorState, weight double, currKey int, isDirectCenterNodePath boolean) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private updateEntry(key int, iter EdgeIteratorState, weight double, currKey int, isDirectCenterNodePath boolean) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method package getNumEntries() : int from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to package getNumEntries() : int from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method package doReset() : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to package doReset() : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private initCollections() : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private initCollections() : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Method private initStorage(numEntries int) : void from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private initStorage(numEntries int) : void from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private incEdges : int[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private incEdges : int[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private adjNodes : int[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private adjNodes : int[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private edges : int[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private edges : int[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private heap : IntDoubleBinaryHeap from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private heap : IntDoubleBinaryHeap from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private weights : double[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private weights : double[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private changedEdges : IntArrayList from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private changedEdges : IntArrayList from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private parents : int[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private parents : int[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private rootParents : IntObjectMap<WitnessSearchEntry> from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private rootParents : IntObjectMap<WitnessSearchEntry> from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Pull Up Attribute private isDirectCenterNodePaths : boolean[] from class com.graphhopper.routing.ch.ArrayWitnessPathFinder to private isDirectCenterNodePaths : boolean[] from class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |