|
Pull Up Method protected fwdSearchCanBeStopped() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected fwdSearchCanBeStopped() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package setBestPath(bestPath PathBidirRef) : void from class com.graphhopper.routing.GenericDijkstraBidirection to package setBestPath(bestPath PathBidirRef) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package fillEdgesFrom() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to package fillEdgesFrom() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected bwdSearchCanBeStopped() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected bwdSearchCanBeStopped() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected createAndInitPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection to protected createAndInitPath() : Path from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected initTo(to int, weight double) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected initTo(to int, weight double) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package setBestOtherMap(other IntObjectMap<T>) : void from class com.graphhopper.routing.GenericDijkstraBidirection to package setBestOtherMap(other IntObjectMap<SPTEntry>) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package setToDataStructures(other GenericDijkstraBidirection<T>) : void from class com.graphhopper.routing.GenericDijkstraBidirection to package setToDataStructures(other AbstractBidirAlgo) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected postInit(from int, to int) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected postInit(from int, to int) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected fromEntryCanBeSkipped() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected fromEntryCanBeSkipped() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected getCurrentToWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection to protected getCurrentToWeight() : double from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected accept(edge EdgeIteratorState, currEdge T, reverse boolean) : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected accept(edge EdgeIteratorState, currEdge SPTEntry, reverse boolean) : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package setFromDataStructures(other GenericDijkstraBidirection<T>) : void from class com.graphhopper.routing.GenericDijkstraBidirection to package setFromDataStructures(other AbstractBidirAlgo) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected initCollections(size int) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected initCollections(size int) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected getOrigEdgeId(edge EdgeIteratorState, reverse boolean) : int from class com.graphhopper.routing.GenericDijkstraBidirection to protected getOrigEdgeId(edge EdgeIteratorState, reverse boolean) : int from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected calcWeight(iter EdgeIteratorState, currEdge T, reverse boolean) : double from class com.graphhopper.routing.GenericDijkstraBidirection to protected calcWeight(iter EdgeIteratorState, currEdge SPTEntry, reverse boolean) : double from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected getCurrentFromWeight() : double from class com.graphhopper.routing.GenericDijkstraBidirection to protected getCurrentFromWeight() : double from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected toEntryCanBeSkipped() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected toEntryCanBeSkipped() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method package fillEdgesTo() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to package fillEdgesTo() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected extractPath() : Path from class com.graphhopper.routing.GenericDijkstraBidirection to protected extractPath() : Path from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected finished() : boolean from class com.graphhopper.routing.GenericDijkstraBidirection to protected finished() : boolean from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected updateEntry(entry T, edge EdgeIteratorState, edgeId int, weight double, parent T, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected updateEntry(entry SPTEntry, edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected setUpdateBestPath(b boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected setUpdateBestPath(b boolean) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected updateBestPath(edgeState EdgeIteratorState, entry T, traversalId int, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected updateBestPath(edgeState EdgeIteratorState, entry SPTEntry, traversalId int, reverse boolean) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method private fillEdges(currEdge T, prioQueue PriorityQueue<T>, bestWeightMap IntObjectMap<T>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.GenericDijkstraBidirection to private fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected initFrom(from int, weight double) : void from class com.graphhopper.routing.GenericDijkstraBidirection to protected initFrom(from int, weight double) : void from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Pull Up Method protected getTraversalId(edge EdgeIteratorState, origEdgeId int, reverse boolean) : int from class com.graphhopper.routing.GenericDijkstraBidirection to protected getTraversalId(edge EdgeIteratorState, origEdgeId int, reverse boolean) : int from class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type other : GenericDijkstraBidirection<T> to other : AbstractBidirAlgo in method package setFromDataStructures(other AbstractBidirAlgo) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type entry : T to entry : SPTEntry in method protected updateBestPath(edgeState EdgeIteratorState, entry SPTEntry, traversalId int, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type parent : AStarEntry to parent : SPTEntry in method protected createEntry(edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : SPTEntry in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type parent : T to parent : SPTEntry in method protected updateEntry(entry SPTEntry, edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type currEdge : T to currEdge : SPTEntry in method private fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type entry : AStarEntry to entry : SPTEntry in method protected updateEntry(entry SPTEntry, edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type parent : AStarEntry to parent : SPTEntry in method protected updateEntry(entry SPTEntry, edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type entry : T to entry : SPTEntry in method protected updateEntry(entry SPTEntry, edge EdgeIteratorState, edgeId int, weight double, parent SPTEntry, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type other : IntObjectMap<T> to other : IntObjectMap<SPTEntry> in method package setBestOtherMap(other IntObjectMap<SPTEntry>) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type currEdge : T to currEdge : SPTEntry in method protected accept(edge EdgeIteratorState, currEdge SPTEntry, reverse boolean) : boolean in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type prioQueue : PriorityQueue<T> to prioQueue : PriorityQueue<SPTEntry> in method private fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type currEdge : AStarEntry to currEdge : SPTEntry in method protected calcWeight(iter EdgeIteratorState, currEdge SPTEntry, reverse boolean) : double in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type bestWeightMap : IntObjectMap<T> to bestWeightMap : IntObjectMap<SPTEntry> in method private fillEdges(currEdge SPTEntry, prioQueue PriorityQueue<SPTEntry>, bestWeightMap IntObjectMap<SPTEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type currEdge : T to currEdge : SPTEntry in method protected calcWeight(iter EdgeIteratorState, currEdge SPTEntry, reverse boolean) : double in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |
|
Change Parameter Type other : GenericDijkstraBidirection<T> to other : AbstractBidirAlgo in method package setToDataStructures(other AbstractBidirAlgo) : void in class com.graphhopper.routing.AbstractBidirAlgo |
From |
To |