|
Push Down Method private createEntry(iter EdgeIteratorState, parent CHEntry, weight double, possibleShortcut boolean) : WitnessSearchEntry from class com.graphhopper.routing.ch.WitnessPathFinder to private createEntry(iter EdgeIteratorState, parent CHEntry, weight double, possibleShortcut boolean) : WitnessSearchEntry from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method private initCollections() : void from class com.graphhopper.routing.ch.WitnessPathFinder to private initCollections() : void from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method public findTarget(targetEdge int, targetNode int) : void from class com.graphhopper.routing.ch.WitnessPathFinder to public findTarget(targetEdge int, targetNode int) : void from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method private updateEntry(entry WitnessSearchEntry, iter EdgeIteratorState, weight double, parent CHEntry, possibleShortcut boolean) : void from class com.graphhopper.routing.ch.WitnessPathFinder to private updateEntry(entry WitnessSearchEntry, iter EdgeIteratorState, weight double, parent CHEntry, possibleShortcut boolean) : void from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method public getFoundEntry(origEdge int, adjNode int) : CHEntry from class com.graphhopper.routing.ch.WitnessPathFinder to public getFoundEntry(origEdge int, adjNode int) : CHEntry from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method private initEntries(initialEntries IntObjectMap<WitnessSearchEntry>) : void from class com.graphhopper.routing.ch.WitnessPathFinder to protected initEntries(initialEntries IntObjectMap<WitnessSearchEntry>) : void from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method private targetDiscoveredByOrigPath(targetEdge int, targetNode int, currEdge WitnessSearchEntry, iter EdgeIteratorState) : boolean from class com.graphhopper.routing.ch.WitnessPathFinder to private targetDiscoveredByOrigPath(targetEdge int, targetNode int, currEdge WitnessSearchEntry, iter EdgeIteratorState) : boolean from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |
|
Push Down Method public getFoundEntryNoParents(edge int, adjNode int) : CHEntry from class com.graphhopper.routing.ch.WitnessPathFinder to public getFoundEntryNoParents(edge int, adjNode int) : CHEntry from class com.graphhopper.routing.ch.MapBasedWitnessPathFinder |
From |
To |