|
Change Parameter Type queryGraph : GraphExplorer to queryGraph : Graph in method package getTrip(tr Translation, queryGraph Graph, weighting Weighting, transitions List<Label.Transition>) : List<Trip.Leg> in class com.graphhopper.reader.gtfs.TripFromLabel |
From |
To |
|
Change Parameter Type queryGraph : GraphExplorer to queryGraph : Graph in method package getTransitions(arriveBy boolean, encoder PtFlagEncoder, queryGraph Graph, solution Label) : List<Label.Transition> in class com.graphhopper.reader.gtfs.TripFromLabel |
From |
To |
|
Change Parameter Type request : GHRequest to request : Request in method package RequestHandler(request Request) in class com.graphhopper.reader.gtfs.GraphHopperGtfs.RequestHandler |
From |
To |
|
Change Parameter Type graph : GraphExplorer to graph : Graph in method package reverseEdges(leaf Label, graph Graph, flagEncoder PtFlagEncoder, reverseEdgeFlags boolean) : Iterable<Transition> in class com.graphhopper.reader.gtfs.Label |
From |
To |
|
Change Parameter Type request : GHRequest to request : Request in method public route(request Request) : GHResponse in class com.graphhopper.reader.gtfs.GraphHopperGtfs |
From |
To |
|
Change Parameter Type graph : GraphExplorer to graph : Graph in method private parsePathIntoLegs(path List<Label.Transition>, graph Graph, weighting Weighting, tr Translation) : List<Trip.Leg> in class com.graphhopper.reader.gtfs.TripFromLabel |
From |
To |
|
Change Parameter Type queryGraph : GraphExplorer to queryGraph : Graph in method private getLegs(tr Translation, queryGraph Graph, weighting Weighting, partitions List<List<Label.Transition>>) : List<Trip.Leg> in class com.graphhopper.reader.gtfs.TripFromLabel |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute5Arrival() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testMissedTransferBecauseOfDelay() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testExtraTripWorksOnlyOnSpecifiedDay() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testMissedTransferBecauseOfDelayBackwards() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testDelayAtEndForNonFrequencyBasedTrip() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testZeroDelay() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1ProfileEarliestArrival() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testFastWalking() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1GoesAt744() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testHeavyDelayWhereWeShouldTakeOtherTripInstead() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testBlockTrips() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testSkipDepartureStop() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testCustomObjectiveFunction() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testTransferByArrival() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testNoSolutionIfIDontLikeBusses() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testSkipArrivalStop() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method private assertTravelTimeIs(graphHopper GraphHopperGtfs, FROM_LAT double, FROM_LON double, TO_LAT double, TO_LON double, expectedWeight int) : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1ArriveBy() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testProfileQueryDoesntEndPrematurely() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testDepartureTimeOfAccessLegInProfileQuery() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1() : void in class com.graphhopper.AnotherAgencyIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testBlockWithComplicatedValidityIntersections() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testMissedTransferButExtraTripOnFirstLeg() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testDelayFromBeginningWithoutTransfer() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRouteWithLaterDepartureTime() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type request : GHRequest to request : Request in method public testTransferRules() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testMissedTransferButExtraTripOnSecondLeg() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method private assertNoRoute(graphHopper GraphHopperGtfs, from_lat double, from_lon double, to_lat double, to_lon double) : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testBlockTrips() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testWeekendRouteWorksOnlyOnWeekend() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testHighDisutilityOfWalking() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testBlockTripSkipsStop() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testFastWalkingInProfileQuery() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1DoesNotGoAt654() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1ArriveBy2() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testExtraTrip() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1ProfileOvernight() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testSkipTransferStop() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute5() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testRoute1ProfileLatestDeparture() : void in class com.graphhopper.GraphHopperGtfsIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testCanUseDelayedTripWhenIAmLateToo() : void in class com.graphhopper.RealtimeIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testDepartureTimeOfAccessLeg() : void in class com.graphhopper.GraphHopperMultimodalIT |
From |
To |
|
Change Variable Type ghRequest : GHRequest to ghRequest : Request in method public testDelayWithoutTransfer() : void in class com.graphhopper.RealtimeIT |
From |
To |