|
Change Parameter Type bestWeightMap : TIntObjectMap<AStarEdge> to bestWeightMap : TIntObjectMap<AStarEntry> in method private fillEdges(currEdge AStarEntry, prioQueueOpenSet PriorityQueue<AStarEntry>, bestWeightMap TIntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type currEdge : AStarEdge to currEdge : AStarEntry in method private fillEdges(currEdge AStarEntry, prioQueueOpenSet PriorityQueue<AStarEntry>, bestWeightMap TIntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type entryCurrent : AStarEdge to entryCurrent : AStarEntry in method public updateBestPath(edgeState EdgeIteratorState, entryCurrent AStarEntry, currLoc int) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Parameter Type prioQueueOpenSet : PriorityQueue<AStarEdge> to prioQueueOpenSet : PriorityQueue<AStarEntry> in method private fillEdges(currEdge AStarEntry, prioQueueOpenSet PriorityQueue<AStarEntry>, bestWeightMap TIntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Variable Type ase : AStarEdge to ase : AStarEntry in method private fillEdges(currEdge AStarEntry, prioQueueOpenSet PriorityQueue<AStarEntry>, bestWeightMap TIntObjectMap<AStarEntry>, explorer EdgeExplorer, reverse boolean) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Variable Type toRef : AtomicReference<AStar.AStarEdge> to toRef : AtomicReference<AStar.AStarEntry> in method public testInitFromAndTo() : void in class com.graphhopper.routing.AStarBidirectionTest |
From |
To |
|
Change Variable Type fromRef : AtomicReference<AStar.AStarEdge> to fromRef : AtomicReference<AStar.AStarEntry> in method public testInitFromAndTo() : void in class com.graphhopper.routing.AStarBidirectionTest |
From |
To |
|
Change Variable Type entryOther : AStarEdge to entryOther : AStarEntry in method public updateBestPath(edgeState EdgeIteratorState, entryCurrent AStarEntry, currLoc int) : void in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Variable Type ase : AStarEdge to ase : AStarEntry in method private runAlgo() : Path in class com.graphhopper.routing.AStar |
From |
To |
|
Change Attribute Type currEdge : AStarEdge to currEdge : AStarEntry in class com.graphhopper.routing.AStar |
From |
To |
|
Change Attribute Type currTo : AStarEdge to currTo : AStarEntry in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type bestWeightMapTo : TIntObjectMap<AStarEdge> to bestWeightMapTo : TIntObjectMap<AStarEntry> in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type prioQueueOpenSetTo : PriorityQueue<AStarEdge> to prioQueueOpenSetTo : PriorityQueue<AStarEntry> in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type currFrom : AStarEdge to currFrom : AStarEntry in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type bestWeightMapOther : TIntObjectMap<AStarEdge> to bestWeightMapOther : TIntObjectMap<AStarEntry> in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type fromMap : TIntObjectMap<AStarEdge> to fromMap : TIntObjectMap<AStarEntry> in class com.graphhopper.routing.AStar |
From |
To |
|
Change Attribute Type prioQueueOpenSetFrom : PriorityQueue<AStarEdge> to prioQueueOpenSetFrom : PriorityQueue<AStarEntry> in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type bestWeightMapFrom : TIntObjectMap<AStarEdge> to bestWeightMapFrom : TIntObjectMap<AStarEntry> in class com.graphhopper.routing.AStarBidirection |
From |
To |
|
Change Attribute Type prioQueueOpenSet : PriorityQueue<AStarEdge> to prioQueueOpenSet : PriorityQueue<AStarEntry> in class com.graphhopper.routing.AStar |
From |
To |