|
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method private createEntry(iter CHEdgeIterator, parent CHEntry, weight double) : WitnessSearchEntry in class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method public findTarget_works() : void in class com.graphhopper.routing.ch.WitnessPathFinderTest |
From |
To |
|
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method public findTarget(targetEdge int, targetNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method private findShortcuts(node int) : long in class com.graphhopper.routing.ch.EdgeBasedNodeContractor |
From |
To |
|
Change Variable Type chEntry : CHEntry to entry : WitnessSearchEntry in method private initEntries(initialEntries List<WitnessSearchEntry>) : void in class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Change Variable Type currEdge : CHEntry to currEdge : WitnessSearchEntry in method public findTarget(targetEdge int, targetNode int) : void in class com.graphhopper.routing.ch.WitnessPathFinder |
From |
To |
|
Change Variable Type initialEntries : List<CHEntry> to initialEntries : List<WitnessSearchEntry> in method private getInitialEntriesForWitnessPaths(fromNode int, firstOrigEdge int, incomingEdge CHEdgeIteratorState) : List<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor |
From |
To |
|
Change Variable Type entry : CHEntry to entry : WitnessSearchEntry in method private getInitialEntriesForWitnessPaths(fromNode int, firstOrigEdge int, incomingEdge CHEdgeIteratorState) : List<WitnessSearchEntry> in class com.graphhopper.routing.ch.EdgeBasedNodeContractor |
From |
To |