|
Change Parameter Type fareRuleSet : Map<FeedId,FareRuleSet> to fareRuleSet : Map<FeedScopedId,FareRuleSet> in method protected fillFareRules(agencyId String, fareAttributes Collection<FareAttribute>, fareRules Collection<FareRule>, fareRuleSet Map<FeedScopedId,FareRuleSet>) : void in class org.opentripplanner.routing.impl.DefaultFareServiceFactory |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public ShapeSegmentKey(shapeId FeedScopedId, shapeDistanceFrom double, shapeDistanceTo double) in class org.opentripplanner.routing.edgetype.factory.ShapeSegmentKey |
From |
To |
|
Change Parameter Type routesVisited : Set<FeedId> to routesVisited : Set<FeedScopedId> in method public matches(agencies Set<String>, startZone String, endZone String, zonesVisited Set<String>, routesVisited Set<FeedScopedId>, tripsVisited Set<FeedScopedId>) : boolean in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Parameter Type route : FeedId to route : FeedScopedId in method public setRoute(route FeedScopedId) : void in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public setId(id FeedScopedId) : void in class org.opentripplanner.model.FareAttribute |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public setId(id FeedScopedId) : void in class org.opentripplanner.model.Route |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getServiceDatesForServiceId(serviceId FeedScopedId) : List<ServiceDate> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public getShapePointsForShapeId(shapeId FeedScopedId) : List<ShapePoint> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Parameter Type arg : FeedId to arg : FeedScopedId in method public marshal(arg FeedScopedId) : AgencyAndIdType in class org.opentripplanner.api.adapters.AgencyAndIdAdapter |
From |
To |
|
Change Parameter Type stopId : FeedId to stopId : FeedScopedId in method private matches(stopId FeedScopedId) : boolean in class org.opentripplanner.routing.core.StopMatcher |
From |
To |
|
Change Parameter Type trip : FeedId to trip : FeedScopedId in method public addTrip(trip FeedScopedId) : void in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Parameter Type fareId : FeedId to fareId : FeedScopedId in method package FareAndId(fare float, fareId FeedScopedId) in class org.opentripplanner.routing.impl.FareAndId |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method package MultipleCalendarsForServiceIdException(serviceId FeedScopedId) in class org.opentripplanner.model.impl.MultipleCalendarsForServiceIdException |
From |
To |
|
Change Parameter Type fareId : FeedId to fareId : FeedScopedId in method public FareComponent(fareId FeedScopedId, amount Money) in class org.opentripplanner.routing.core.FareComponent |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getCalendarDatesForServiceId(serviceId FeedScopedId) : List<ServiceCalendarDate> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Parameter Type a : FeedId to a : FeedScopedId in method public serialize(a FeedScopedId, gen JsonGenerator, prov SerializerProvider) : void in class org.opentripplanner.api.model.FeedScopedIdSerializer |
From |
To |
|
Change Parameter Type serviceCodes : Map<FeedId,Integer> to serviceCodes : Map<FeedScopedId,Integer> in method public setServiceCodes(serviceCodes Map<FeedScopedId,Integer>) : void in class org.opentripplanner.routing.edgetype.TripPattern |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getCalendarForServiceId(serviceId FeedScopedId) : ServiceCalendar in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getCalendarForServiceId(serviceId FeedScopedId) : ServiceCalendar in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Parameter Type tripId : FeedId to tripId : FeedScopedId in method public getTripIndex(tripId FeedScopedId) : int in class org.opentripplanner.routing.edgetype.Timetable |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getServiceDatesForServiceId(serviceId FeedScopedId) : Set<ServiceDate> in class org.opentripplanner.model.CalendarService |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public setShapeId(shapeId FeedScopedId) : void in class org.opentripplanner.model.Trip |
From |
To |
|
Change Parameter Type stop : FeedId to stop : FeedScopedId in method public RouteSegment(stop FeedScopedId) in class org.opentripplanner.routing.transit_index.RouteSegment |
From |
To |
|
Change Parameter Type toRouteId : FeedId to toRouteId : FeedScopedId in method public SpecificTransfer(fromRouteId FeedScopedId, toRouteId FeedScopedId, fromTripId FeedScopedId, toTripId FeedScopedId, transferTime int) in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method package addDatesForLocalizedServiceId(serviceId FeedScopedId, serviceDates List<ServiceDate>, data CalendarServiceData) : void in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method private getLineStringForShapeId(shapeId FeedScopedId) : LineString in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public LocalizedServiceId(serviceId FeedScopedId, timeZone TimeZone) in class org.opentripplanner.model.calendar.LocalizedServiceId |
From |
To |
|
Change Parameter Type trip : FeedId to trip : FeedScopedId in method public banTrip(trip FeedScopedId) : void in class org.opentripplanner.routing.core.RoutingRequest |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public getStopForId(id FeedScopedId) : Stop in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Parameter Type serviceCodes : Map<FeedId,Integer> to serviceCodes : Map<FeedScopedId,Integer> in method public setServiceCodes(serviceCodes Map<FeedScopedId,Integer>) : void in class org.opentripplanner.routing.edgetype.Timetable |
From |
To |
|
Change Parameter Type toTripId : FeedId to toTripId : FeedScopedId in method public SpecificTransfer(fromRouteId FeedScopedId, toRouteId FeedScopedId, fromTripId FeedScopedId, toTripId FeedScopedId, transferTime int) in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public setId(id FeedScopedId) : void in class org.opentripplanner.model.Stop |
From |
To |
|
Change Parameter Type tripId : FeedId to tripId : FeedScopedId in method public TripsModelInfo(headsign String, number Integer, calendarId String, tripId FeedScopedId) in class org.opentripplanner.api.adapters.TripsModelInfo |
From |
To |
|
Change Parameter Type fromRouteId : FeedId to fromRouteId : FeedScopedId in method public SpecificTransfer(fromRouteId FeedScopedId, toRouteId FeedScopedId, fromTripId FeedScopedId, toTripId FeedScopedId, transferTime int) in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public getShapePointsForShapeId(shapeId FeedScopedId) : List<ShapePoint> in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Parameter Type o : FeedId to o : FeedScopedId in method public compareTo(o FeedScopedId) : int in class org.opentripplanner.model.FeedScopedId |
From |
To |
|
Change Parameter Type toStopId : FeedId to toStopId : FeedScopedId in method private getTransferTime(fromStopId FeedScopedId, toStopId FeedScopedId, fromTrip Trip, toTrip Trip) : int in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Parameter Type routeId : FeedId to routeId : FeedScopedId in method public addRoute(routeId FeedScopedId) : void in class org.opentripplanner.routing.core.FareComponent |
From |
To |
|
Change Parameter Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method package CalendarServiceDataStub(serviceIds Set<FeedScopedId>) in class org.opentripplanner.api.resource.GraphPathToTripPlanConverterTest.CalendarServiceDataStub |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public putServiceDatesForServiceId(serviceId FeedScopedId, serviceDates List<ServiceDate>) : void in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Parameter Type route : FeedId to route : FeedScopedId in method public getRoutePatches(route FeedScopedId) : Collection<AlertPatch> in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Parameter Type fromTripId : FeedId to fromTripId : FeedScopedId in method public SpecificTransfer(fromRouteId FeedScopedId, toRouteId FeedScopedId, fromTripId FeedScopedId, toTripId FeedScopedId, transferTime int) in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public setServiceId(serviceId FeedScopedId) : void in class org.opentripplanner.model.ServiceCalendar |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public ServiceCalendarType(serviceId FeedScopedId, monday int, tuesday int, wednesday int, thursday int, friday int, saturday int, sunday int, startDate long, endDate long) in class org.opentripplanner.api.adapters.ServiceCalendarType |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method private getServiceDatesForServiceId(serviceId FeedScopedId, serviceIdTimeZone TimeZone) : Set<ServiceDate> in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getServiceDatesForServiceId(serviceId FeedScopedId) : Set<ServiceDate> in class org.opentripplanner.calendar.impl.CalendarServiceImpl |
From |
To |
|
Change Parameter Type stop : FeedId to stop : FeedScopedId in method public getStopPatches(stop FeedScopedId) : Collection<AlertPatch> in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public BogusShapeGeometryCaught(shapeId FeedScopedId, stA StopTime, stB StopTime) in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometryCaught |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public BogusShapeGeometry(shapeId FeedScopedId) in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometry |
From |
To |
|
Change Parameter Type trip : FeedId to trip : FeedScopedId in method public setTrip(trip FeedScopedId) : void in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Parameter Type routeId : FeedId to routeId : FeedScopedId in method public setRoute(routeId FeedScopedId) : void in class org.opentripplanner.routing.core.StateEditor |
From |
To |
|
Change Parameter Type arg : ArrayList<FeedId> to arg : ArrayList<FeedScopedId> in method public marshal(arg ArrayList<FeedScopedId>) : ArrayList<AgencyAndIdType> in class org.opentripplanner.api.adapters.AgencyAndIdArrayListAdapter |
From |
To |
|
Change Parameter Type fromStopId : FeedId to fromStopId : FeedScopedId in method public Transfer(fromStopId FeedScopedId, toStopId FeedScopedId, seconds int) in class org.opentripplanner.routing.core.TransferTable.Transfer |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method public setShapeId(shapeId FeedScopedId) : void in class org.opentripplanner.model.ShapePoint |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public setServiceId(serviceId FeedScopedId) : void in class org.opentripplanner.model.Trip |
From |
To |
|
Change Parameter Type route : FeedId to route : FeedScopedId in method public addRoute(route FeedScopedId) : void in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Parameter Type toStopId : FeedId to toStopId : FeedScopedId in method public Transfer(fromStopId FeedScopedId, toStopId FeedScopedId, seconds int) in class org.opentripplanner.routing.core.TransferTable.Transfer |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public getCalendarDatesForServiceId(serviceId FeedScopedId) : List<ServiceCalendarDate> in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public ServiceCalendarDateType(serviceId FeedScopedId, date long, exceptionType int) in class org.opentripplanner.api.adapters.ServiceCalendarDateType |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method public setServiceId(serviceId FeedScopedId) : void in class org.opentripplanner.model.ServiceCalendarDate |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public setId(id FeedScopedId) : void in class org.opentripplanner.model.Pathway |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method private getUniqueShapePointsForShapeId(shapeId FeedScopedId) : List<ShapePoint> in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method private getDistanceForShapeId(shapeId FeedScopedId) : double[] in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method private getSegmentGeometry(graph Graph, shapeId FeedScopedId, locationIndexedLine LocationIndexedLine, startIndex LinearLocation, endIndex LinearLocation, startDistance double, endDistance double, st0 StopTime, st1 StopTime) : LineString in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Parameter Type fromStopId : FeedId to fromStopId : FeedScopedId in method private getTransferTime(fromStopId FeedScopedId, toStopId FeedScopedId, fromTrip Trip, toTrip Trip) : int in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Parameter Type stopIds : FeedId[][] to stopIds : FeedScopedId[][] in method private compareStopIds(stopIds FeedScopedId[][], type Type) : void in class org.opentripplanner.api.resource.GraphPathToTripPlanConverterTest |
From |
To |
|
Change Parameter Type serviceId : FeedId to serviceId : FeedScopedId in method private createAServiceCalendarDateExclution(serviceId FeedScopedId) : ServiceCalendarDate in class org.opentripplanner.model.impl.OtpTransitServiceImplTest |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public setId(id FeedScopedId) : void in class org.opentripplanner.model.Trip |
From |
To |
|
Change Parameter Type tripsVisited : Set<FeedId> to tripsVisited : Set<FeedScopedId> in method public matches(agencies Set<String>, startZone String, endZone String, zonesVisited Set<String>, routesVisited Set<FeedScopedId>, tripsVisited Set<FeedScopedId>) : boolean in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Parameter Type route : FeedId to route : FeedScopedId in method public getRoutePatches(route FeedScopedId) : Collection<AlertPatch> in class org.opentripplanner.routing.services.AlertPatchService |
From |
To |
|
Change Parameter Type id : FeedId to id : FeedScopedId in method public getStopForId(id FeedScopedId) : Stop in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Parameter Type aid : FeedId to aid : FeedScopedId in method public convertIdToString(aid FeedScopedId) : String in class org.opentripplanner.gtfs.GtfsLibrary |
From |
To |
|
Change Parameter Type aid : FeedId to aid : FeedScopedId in method public convertToString(aid FeedScopedId) : String in class org.opentripplanner.model.FeedScopedId |
From |
To |
|
Change Parameter Type stop : FeedId to stop : FeedScopedId in method public setStop(stop FeedScopedId) : void in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Parameter Type tripId : FeedId to tripId : FeedScopedId in method public setTripId(tripId FeedScopedId) : void in class org.opentripplanner.routing.core.StateEditor |
From |
To |
|
Change Parameter Type shapeId : FeedId to shapeId : FeedScopedId in method private getHopGeometryViaShapeDistTraveled(graph Graph, shapeId FeedScopedId, st0 StopTime, st1 StopTime) : LineString in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Parameter Type stop : FeedId to stop : FeedScopedId in method public getStopPatches(stop FeedScopedId) : Collection<AlertPatch> in class org.opentripplanner.routing.services.AlertPatchService |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getRoute() : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.api.adapters.RouteType |
From |
To |
|
Change Return Type List<FeedId> to List<FeedScopedId> in method private makeMtaStopList(stops String...) : List<FeedScopedId> in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getRoute() : FeedScopedId in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIdsForDate(date ServiceDate) : Set<FeedScopedId> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public mapAgencyAndId(id AgencyAndId) : FeedScopedId in class org.opentripplanner.gtfs.mapping.AgencyAndIdMapper |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIds() : Set<FeedScopedId> in class org.opentripplanner.api.resource.GraphPathToTripPlanConverterTest.CalendarServiceDataStub |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getTripId() : FeedScopedId in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIdsOnDate(date ServiceDate) : Set<FeedScopedId> in class org.opentripplanner.calendar.impl.CalendarServiceImpl |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getServiceId() : FeedScopedId in class org.opentripplanner.model.ServiceCalendar |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getRoute() : FeedScopedId in class org.opentripplanner.routing.core.StateEditor |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public id(id String) : FeedScopedId in class org.opentripplanner.gtfs.MockGtfs |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.Stop |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public convertFromString(value String) : FeedScopedId in class org.opentripplanner.model.FeedScopedId |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getTrip() : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIds() : Set<FeedScopedId> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIds() : Set<FeedScopedId> in class org.opentripplanner.model.CalendarService |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getStop() : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getTrips() : Set<FeedScopedId> in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getShapeId() : FeedScopedId in class org.opentripplanner.model.ShapePoint |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getTripId() : FeedScopedId in class org.opentripplanner.routing.core.StateEditor |
From |
To |
|
Change Return Type Class<FeedId> to Class<FeedScopedId> in method public handledType() : Class<FeedScopedId> in class org.opentripplanner.api.model.FeedScopedIdDeserializer |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getStopId() : FeedScopedId in class org.opentripplanner.routing.vertextype.TransitVertex |
From |
To |
|
Change Return Type List<FeedId> to List<FeedScopedId> in method public getAllServiceIds() : List<FeedScopedId> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIdsForDate(date ServiceDate) : Set<FeedScopedId> in class org.opentripplanner.api.resource.GraphPathToTripPlanConverterTest.CalendarServiceDataStub |
From |
To |
|
Change Return Type Class<FeedId> to Class<FeedScopedId> in method public handledType() : Class<FeedScopedId> in class org.opentripplanner.api.model.FeedScopedIdSerializer |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.FareAttribute |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.Route |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public unmarshal(arg AgencyAndIdType) : FeedScopedId in class org.opentripplanner.api.adapters.AgencyAndIdAdapter |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIdsOnDate(date ServiceDate) : Set<FeedScopedId> in class org.opentripplanner.model.CalendarService |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getStopId() : FeedScopedId in class org.opentripplanner.routing.vertextype.TransitStopArrive |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getRoutes() : Set<FeedScopedId> in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.Pathway |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getShapeId() : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public convertFromString(value String, separator char) : FeedScopedId in class org.opentripplanner.model.FeedScopedId |
From |
To |
|
Change Return Type HashMap<FeedId,BannedStopSet> to HashMap<FeedScopedId,BannedStopSet> in method private makeBannedTripMap(banned String) : HashMap<FeedScopedId,BannedStopSet> in class org.opentripplanner.api.common.RoutingResource |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getServiceId() : FeedScopedId in class org.opentripplanner.model.ServiceCalendarDate |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getServiceId() : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public deserialize(jp JsonParser, ctxt DeserializationContext) : FeedScopedId in class org.opentripplanner.api.model.FeedScopedIdDeserializer |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.calendar.LocalizedServiceId |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getId() : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Return Type Set<FeedId> to Set<FeedScopedId> in method public getServiceIds() : Set<FeedScopedId> in class org.opentripplanner.calendar.impl.CalendarServiceImpl |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public convertIdFromString(value String) : FeedScopedId in class org.opentripplanner.gtfs.GtfsLibrary |
From |
To |
|
Change Return Type FeedId to FeedScopedId in method public getStopId() : FeedScopedId in class org.opentripplanner.routing.vertextype.TransitStopDepart |
From |
To |
|
Change Return Type ArrayList<FeedId> to ArrayList<FeedScopedId> in method public unmarshal(arg ArrayList<AgencyAndIdType>) : ArrayList<FeedScopedId> in class org.opentripplanner.api.adapters.AgencyAndIdArrayListAdapter |
From |
To |
|
Change Return Type List<FeedId> to List<FeedScopedId> in method public getAllServiceIds() : List<FeedScopedId> in class org.opentripplanner.model.OtpTransitService |
From |
To |
|
Change Return Type List<FeedId> to List<FeedScopedId> in method public getTrips() : List<FeedScopedId> in class org.opentripplanner.routing.spt.GraphPath |
From |
To |
|
Change Variable Type aid : FeedId to aid : FeedScopedId in method public addRegularStopGrid(g Graph) : void in class org.opentripplanner.graph_builder.module.FakeGraph |
From |
To |
|
Change Variable Type rs1 : FeedId[] to rs1 : FeedScopedId[] in method public routeSequencePrefix(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method protected fillFareRules(agencyId String, fareAttributes Collection<FareAttribute>, fareRules Collection<FareRule>, fareRuleSet Map<FeedScopedId,FareRuleSet>) : void in class org.opentripplanner.routing.impl.DefaultFareServiceFactory |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type r1 : FeedId to r1 : FeedScopedId in method public routeSequenceSubset(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type out : ArrayList<FeedId> to out : ArrayList<FeedScopedId> in method private makeMtaStopList(stops String...) : List<FeedScopedId> in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type bannedTripMap : HashMap<FeedId,BannedStopSet> to bannedTripMap : HashMap<FeedScopedId,BannedStopSet> in method private makeBannedTripMap(banned String) : HashMap<FeedScopedId,BannedStopSet> in class org.opentripplanner.api.common.RoutingResource |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public testOnBoardDepartureAtArrivalTime() : void in class org.opentripplanner.routing.impl.OnBoardDepartServiceImplTest |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public asString() : String in class org.opentripplanner.routing.core.RouteMatcher |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getStoptimesForTrip(tripIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type tripId2 : FeedId to tripId2 : FeedScopedId in method public testHandleDelayedTrip() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type ail : FeedId to ail : FeedScopedId in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method public createCalendarSrvDataWithoutDatesForLocalizedSrvId(transitService OtpTransitService) : CalendarServiceData in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Variable Type lastStopId : FeedId to lastStopId : FeedScopedId in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type parentStationId : FeedId to parentStationId : FeedScopedId in method public linkStopsToParentStations(graph Graph) : void in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public testOnBoardAtStation() : void in class org.opentripplanner.routing.impl.OnBoardDepartServiceImplTest |
From |
To |
|
Change Variable Type mappedId : FeedId to mappedId : FeedScopedId in method public testMapAgencyAndId() : void in class org.opentripplanner.gtfs.mapping.FeedScopedIdMapperTest |
From |
To |
|
Change Variable Type id : FeedId to id : FeedScopedId in method protected fillFareRules(agencyId String, fareAttributes Collection<FareAttribute>, fareRules Collection<FareRule>, fareRuleSet Map<FeedScopedId,FareRuleSet>) : void in class org.opentripplanner.routing.impl.DefaultFareServiceFactory |
From |
To |
|
Change Variable Type ais : FeedId to ais : FeedScopedId in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type services : Set<FeedId> to services : Set<FeedScopedId> in method public dumpServices() : void in class org.opentripplanner.routing.edgetype.TripPattern |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method public run(graph Graph) : void in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Variable Type ids : List<FeedId> to ids : List<FeedScopedId> in method public create() : EntityReplacementStrategy in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyFactory |
From |
To |
|
Change Variable Type serviceIds : List<FeedId> to serviceIds : List<FeedScopedId> in method public testGetAllServiceIds() : void in class org.opentripplanner.model.impl.OtpTransitServiceImplTest |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public testOnBoardDepartureTime() : void in class org.opentripplanner.routing.impl.OnBoardDepartServiceImplTest |
From |
To |
|
Change Variable Type sid : FeedId to sid : FeedScopedId in method public updateTransitFeedValidity(data CalendarServiceData) : void in class org.opentripplanner.routing.graph.Graph |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public toString() : String in class org.opentripplanner.routing.core.FareComponent |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public testHandleModifiedTrip() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method private validateAndHandleModifiedTrip(graph Graph, tripUpdate TripUpdate, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public doTestBannedTrips(partial boolean, seed int) : void in class org.opentripplanner.routing.algorithm.TestBanning |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getTrip(tripIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public setupDepartOnBoard(ctx RoutingContext) : Vertex in class org.opentripplanner.routing.impl.OnBoardDepartServiceImpl |
From |
To |
|
Change Variable Type other : FeedId to other : FeedScopedId in method public equals(obj Object) : boolean in class org.opentripplanner.model.FeedScopedId |
From |
To |
|
Change Variable Type result : ArrayList<FeedId> to result : ArrayList<FeedScopedId> in method public unmarshal(arg ArrayList<AgencyAndIdType>) : ArrayList<FeedScopedId> in class org.opentripplanner.api.adapters.AgencyAndIdArrayListAdapter |
From |
To |
|
Change Variable Type a : FeedId to a : FeedScopedId in method public marshal(arg ArrayList<FeedScopedId>) : ArrayList<AgencyAndIdType> in class org.opentripplanner.api.adapters.AgencyAndIdArrayListAdapter |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public testHandleDelayedTrip() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public getTripsForRoute(routeIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type serviceIds : List<FeedId> to serviceIds : List<FeedScopedId> in method package createData() : CalendarServiceData in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Variable Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method public getAllServiceIds() : List<FeedScopedId> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getStopsForTrip(tripIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type fareId : FeedId to fareId : FeedScopedId in method protected populateFare(fare Fare, currency Currency, fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : boolean in class org.opentripplanner.routing.impl.DefaultFareServiceImpl |
From |
To |
|
Change Variable Type usedTripDef : T2<FeedId,BannedStopSet> to usedTripDef : T2<FeedScopedId,BannedStopSet> in method public doTestBannedTrips(partial boolean, seed int) : void in class org.opentripplanner.routing.algorithm.TestBanning |
From |
To |
|
Change Variable Type parentStationId : FeedId to parentStationId : FeedScopedId in method public createParentStationTransfers() : void in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Variable Type usedTripDefsList : List<T2<FeedId,BannedStopSet>> to usedTripDefsList : List<T2<FeedScopedId,BannedStopSet>> in method public doTestBannedTrips(partial boolean, seed int) : void in class org.opentripplanner.routing.algorithm.TestBanning |
From |
To |
|
Change Variable Type stopId : FeedId to stopId : FeedScopedId in method public parse(stopList String) : StopMatcher in class org.opentripplanner.routing.core.StopMatcher |
From |
To |
|
Change Variable Type fromStopParentId : FeedId to fromStopParentId : FeedScopedId in method public getTransferTime(fromStop Stop, toStop Stop, fromTrip Trip, toTrip Trip, forwardInTime boolean) : int in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Variable Type agencyIdsByServiceIds : Map<FeedId,Set<String>> to agencyIdsByServiceIds : Map<FeedScopedId,Set<String>> in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public getRoute(routeIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type r0 : FeedId to r0 : FeedScopedId in method public routeSequenceSubset(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method public putServiceDatesForServiceId(serviceId FeedScopedId, serviceDates List<ServiceDate>) : void in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Variable Type shape : FeedId to shape : FeedScopedId in method public TripShort(trip Trip) in class org.opentripplanner.index.model.TripShort |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public testPreferencesPenaltyForRoute() : void in class org.opentripplanner.routing.core.RoutingRequestTest |
From |
To |
|
Change Variable Type rs0 : FeedId[] to rs0 : FeedScopedId[] in method public routeSequenceSubset(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type route : FeedId to route : FeedScopedId in method private expire(alertPatch AlertPatch) : void in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Variable Type stopNodes : Map<FeedId,TransitStationStop> to stopNodes : Map<FeedScopedId,TransitStationStop> in method public run() : void in class org.opentripplanner.routing.edgetype.factory.TransferGraphLinker |
From |
To |
|
Change Variable Type id : FeedId to id : FeedScopedId in method public getPatternsForStop(stopIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type shapeId : FeedId to shapeId : FeedScopedId in method private createGeometry(graph Graph, trip Trip, stopTimes List<StopTime>) : LineString[] in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Variable Type stop : FeedId to stop : FeedScopedId in method private expire(alertPatch AlertPatch) : void in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method private makeBannedTripMap(banned String) : HashMap<FeedScopedId,BannedStopSet> in class org.opentripplanner.api.common.RoutingResource |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getGeometryForTrip(tripIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type toStopParentId : FeedId to toStopParentId : FeedScopedId in method public getTransferTime(fromStop Stop, toStop Stop, fromTrip Trip, toTrip Trip, forwardInTime boolean) : int in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Variable Type stopIdPair : P2<FeedId> to stopIdPair : P2<FeedScopedId> in method public addTransferTime(fromStop Stop, toStop Stop, fromRoute Route, toRoute Route, fromTrip Trip, toTrip Trip, transferTime int) : void in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Variable Type tripDefToBan : T2<FeedId,BannedStopSet> to tripDefToBan : T2<FeedScopedId,BannedStopSet> in method public doTestBannedTrips(partial boolean, seed int) : void in class org.opentripplanner.routing.algorithm.TestBanning |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public generateUniqueIds(tripPatterns Collection<TripPattern>) : void in class org.opentripplanner.routing.edgetype.TripPattern |
From |
To |
|
Change Variable Type usedTripDefs : Set<T2<FeedId,BannedStopSet>> to usedTripDefs : Set<T2<FeedScopedId,BannedStopSet>> in method public doTestBannedTrips(partial boolean, seed int) : void in class org.opentripplanner.routing.algorithm.TestBanning |
From |
To |
|
Change Variable Type rs0 : FeedId[] to rs0 : FeedScopedId[] in method public routeSequencePrefix(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type stopId : FeedId to stopId : FeedScopedId in method public getStop(stopIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method private init(graph Graph, cs CalendarService, timeZone TimeZone) : void in class org.opentripplanner.routing.core.ServiceDay |
From |
To |
|
Change Variable Type firstStopId : FeedId to firstStopId : FeedScopedId in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type feedId : FeedId to id : FeedScopedId in method public asString() : String in class org.opentripplanner.routing.core.StopMatcher |
From |
To |
|
Change Variable Type p2 : P2<FeedId> to p2 : P2<FeedScopedId> in method public getAllFirstSpecificTransfers() : Iterable<Transfer> in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public getPatternsForRoute(routeIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type SIR_BONUS_STOPS : List<FeedId> to SIR_BONUS_STOPS : List<FeedScopedId> in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type rs0 : FeedId[] to rs0 : FeedScopedId[] in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type feedFareRules : Map<FeedId,FareRuleSet> to feedFareRules : Map<FeedScopedId,FareRuleSet> in method public processGtfs(transitService OtpTransitService) : void in class org.opentripplanner.routing.impl.SeattleFareServiceFactory |
From |
To |
|
Change Variable Type tripServiceId : FeedId to tripServiceId : FeedScopedId in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Variable Type SIR_BONUS_ROUTES : List<FeedId> to SIR_BONUS_ROUTES : List<FeedScopedId> in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public match(feedId String, trip TripDescriptor) : TripDescriptor in class org.opentripplanner.updater.GtfsRealtimeFuzzyTripMatcher |
From |
To |
|
Change Variable Type mappedId : FeedId to mappedId : FeedScopedId in method public testMapAgencyAndIdWithNulls() : void in class org.opentripplanner.gtfs.mapping.FeedScopedIdMapperTest |
From |
To |
|
Change Variable Type bannedTripMap : HashMap<FeedId,BannedStopSet> to bannedTripMap : HashMap<FeedScopedId,BannedStopSet> in method protected buildRequest() : RoutingRequest in class org.opentripplanner.api.common.RoutingResource |
From |
To |
|
Change Variable Type routes : Set<FeedId> to routes : Set<FeedScopedId> in method private getBestFareAndId(fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : FareAndId in class org.opentripplanner.routing.impl.DefaultFareServiceImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public testHandleCanceledTrip() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type route : FeedId to route : FeedScopedId in method public createPatches(alertPatches AlertPatchSet) : AlertPatchCreationResponse in class org.opentripplanner.api.resource.AlertPatcher |
From |
To |
|
Change Variable Type rs1 : FeedId[] to rs1 : FeedScopedId[] in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type CANARSIE : List<FeedId> to CANARSIE : List<FeedScopedId> in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method public servicesRunning(date ServiceDate) : BitSet in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method private generateUniqueTripPatternCode(tripPattern TripPattern) : String in class org.opentripplanner.updater.stoptime.TripPatternCache |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method public addData(data CalendarServiceData, transitService OtpTransitService) : void in class org.opentripplanner.calendar.impl.MultiCalendarServiceImpl |
From |
To |
|
Change Variable Type entry : Entry<P2<FeedId>,StopTransfer> to entry : Entry<P2<FeedScopedId>,StopTransfer> in method public getAllFirstSpecificTransfers() : Iterable<Transfer> in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method private compactLegsByReversedSearch(aStar AStar, originalReq RoutingRequest, options RoutingRequest, newPaths List<GraphPath>, timeout double, remainingWeightHeuristic RemainingWeightHeuristic) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder |
From |
To |
|
Change Variable Type SUBWAY_FREE_TRANSFER_STOPS : List<FeedId> to SUBWAY_FREE_TRANSFER_STOPS : List<FeedScopedId> in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type entry : Map.Entry<FeedId,Set<String>> to entry : Map.Entry<FeedScopedId,Set<String>> in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Variable Type ret : List<FeedId> to ret : List<FeedScopedId> in method public getTrips() : List<FeedScopedId> in class org.opentripplanner.routing.spt.GraphPath |
From |
To |
|
Change Variable Type trips : Set<FeedId> to trips : Set<FeedScopedId> in method private getBestFareAndId(fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : FareAndId in class org.opentripplanner.routing.impl.DefaultFareServiceImpl |
From |
To |
|
Change Variable Type tripIds : List<FeedId> to tripIds : List<FeedScopedId> in method public getPaths(options RoutingRequest) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder |
From |
To |
|
Change Variable Type tripId2 : FeedId to tripId2 : FeedScopedId in method public testHandleCanceledTrip() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type SIR_PAID_STOPS : List<FeedId> to SIR_PAID_STOPS : List<FeedScopedId> in method public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.NycFareServiceImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public testPurgeExpiredData() : void in class org.opentripplanner.updater.stoptime.TimetableSnapshotSourceTest |
From |
To |
|
Change Variable Type id : FeedId to id : FeedScopedId in method public marshal(arg Stop) : AgencyAndIdType in class org.opentripplanner.api.adapters.StopAgencyAndIdAdapter |
From |
To |
|
Change Variable Type stop : FeedId to stop : FeedScopedId in method public apply(alertPatch AlertPatch) : void in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Variable Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method public getServiceIdsForDate(date ServiceDate) : Set<FeedScopedId> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Variable Type aid : FeedId to aid : FeedScopedId in method public addExtraStops(g Graph) : void in class org.opentripplanner.graph_builder.module.FakeGraph |
From |
To |
|
Change Variable Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in method private handleAddedTrip(graph Graph, tripUpdate TripUpdate, stops List<Stop>, feedId String, serviceDate ServiceDate) : boolean in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource |
From |
To |
|
Change Variable Type rs1 : FeedId[] to rs1 : FeedScopedId[] in method public routeSequenceSubset(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type route : FeedId to route : FeedScopedId in method public apply(alertPatch AlertPatch) : void in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getTripAgencyIdsReferencingServiceId(serviceId FeedScopedId) : List<String> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Variable Type longer : FeedId[] to longer : FeedScopedId[] in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type parentId : FeedId to parentId : FeedScopedId in method public matches(stop Stop) : boolean in class org.opentripplanner.routing.core.StopMatcher |
From |
To |
|
Change Variable Type oldRouteSequence : FeedId[] to oldRouteSequence : FeedScopedId[] in method public setRoute(routeId FeedScopedId) : void in class org.opentripplanner.routing.core.StateEditor |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getPaths(options RoutingRequest) : List<GraphPath> in class org.opentripplanner.routing.impl.GraphPathFinder |
From |
To |
|
Change Variable Type routeId : FeedId to routeId : FeedScopedId in method public getStopsForRoute(routeIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Variable Type shorter : FeedId[] to shorter : FeedScopedId[] in method public routeSequenceSubsetSymmetric(that State) : boolean in class org.opentripplanner.routing.core.State |
From |
To |
|
Change Variable Type serviceId : FeedId to serviceId : FeedScopedId in method package createData() : CalendarServiceData in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl |
From |
To |
|
Change Variable Type tripId : FeedId to tripId : FeedScopedId in method public getSemanticHashForTrip(tripIdString String) : Response in class org.opentripplanner.index.IndexAPI |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.model.ShapePoint |
From |
To |
|
Change Attribute Type routeId : FeedId to routeId : FeedScopedId in class org.opentripplanner.index.model.PatternDetail |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.Route |
From |
To |
|
Change Attribute Type routes : List<FeedId> to routes : List<FeedScopedId> in class org.opentripplanner.routing.core.FareComponent |
From |
To |
|
Change Attribute Type routes : List<FeedId> to routes : List<FeedScopedId> in class org.opentripplanner.api.adapters.StopType |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.api.adapters.StopType |
From |
To |
|
Change Attribute Type trip : FeedId to trip : FeedScopedId in class org.opentripplanner.routing.impl.Ride |
From |
To |
|
Change Attribute Type routeSequence : FeedId[] to routeSequence : FeedScopedId[] in class org.opentripplanner.routing.core.StateData |
From |
To |
|
Change Attribute Type serviceIds : Set<FeedId> to serviceIds : Set<FeedScopedId> in class org.opentripplanner.api.resource.GraphPathToTripPlanConverterTest.CalendarServiceDataStub |
From |
To |
|
Change Attribute Type bannedTrips : HashMap<FeedId,BannedStopSet> to bannedTrips : HashMap<FeedScopedId,BannedStopSet> in class org.opentripplanner.routing.core.RoutingRequest |
From |
To |
|
Change Attribute Type stop_c : FeedId to stop_c : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type trip : FeedId to trip : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Attribute Type geometriesByShapeId : Map<FeedId,LineString> to geometriesByShapeId : Map<FeedScopedId,LineString> in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Attribute Type fromStopId : FeedId to fromStopId : FeedScopedId in class org.opentripplanner.routing.core.TransferTable.Transfer |
From |
To |
|
Change Attribute Type agencyAndRouteIds : HashSet<FeedId> to agencyAndRouteIds : HashSet<FeedScopedId> in class org.opentripplanner.routing.core.RouteMatcher |
From |
To |
|
Change Attribute Type trips : Set<FeedId> to trips : Set<FeedScopedId> in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Attribute Type fareId : FeedId to fareId : FeedScopedId in class org.opentripplanner.routing.core.FareComponent |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.index.model.TripShort |
From |
To |
|
Change Attribute Type tripId : FeedId to tripId : FeedScopedId in class org.opentripplanner.routing.core.StateData |
From |
To |
|
Change Attribute Type stops : FeedId[] to stops : FeedScopedId[] in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type stop_a : FeedId to stop_a : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type fareId : FeedId to fareId : FeedScopedId in class org.opentripplanner.routing.impl.FareAndId |
From |
To |
|
Change Attribute Type stops : Map<FeedId,Stop> to stops : Map<FeedScopedId,Stop> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Attribute Type stop_h : FeedId to stop_h : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.FareAttribute |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.routing.edgetype.factory.ShapeSegmentKey |
From |
To |
|
Change Attribute Type route : FeedId to route : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Attribute Type serviceCodes : Map<FeedId,Integer> to serviceCodes : Map<FeedScopedId,Integer> in class org.opentripplanner.routing.graph.Graph |
From |
To |
|
Change Attribute Type startingTransitTripId : FeedId to startingTransitTripId : FeedScopedId in class org.opentripplanner.routing.core.RoutingRequest |
From |
To |
|
Change Attribute Type STATION_ID : FeedId to STATION_ID : FeedScopedId in class org.opentripplanner.model.impl.OtpTransitServiceImplTest |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.api.adapters.ServiceCalendarDateType |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.api.adapters.TripType |
From |
To |
|
Change Attribute Type stop_f : FeedId to stop_f : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type regularFareRules : Map<FeedId,FareRuleSet> to regularFareRules : Map<FeedScopedId,FareRuleSet> in class org.opentripplanner.routing.impl.DefaultFareServiceFactory |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.Pathway |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.index.model.StopShort |
From |
To |
|
Change Attribute Type fareIds : FeedId[][] to fareIds : FeedScopedId[][] in class org.opentripplanner.routing.impl.FareSearch |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.api.adapters.RouteType |
From |
To |
|
Change Attribute Type route : FeedId to route : FeedScopedId in class org.opentripplanner.routing.impl.Ride |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.calendar.LocalizedServiceId |
From |
To |
|
Change Attribute Type routeId : FeedId to routeId : FeedScopedId in class org.opentripplanner.api.model.Leg |
From |
To |
|
Change Attribute Type tripId : FeedId to tripId : FeedScopedId in class org.opentripplanner.api.model.Leg |
From |
To |
|
Change Attribute Type patternIndex : Map<FeedId,TripPattern> to patternIndex : Map<FeedScopedId,TripPattern> in class org.opentripplanner.routing.edgetype.TimetableSnapshotTest |
From |
To |
|
Change Attribute Type patchesByRoute : ListMultimap<FeedId,AlertPatch> to patchesByRoute : ListMultimap<FeedScopedId,AlertPatch> in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Attribute Type fromTripId : FeedId to fromTripId : FeedScopedId in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Attribute Type routes : Set<FeedId> to routes : Set<FeedScopedId> in class org.opentripplanner.routing.core.FareRuleSet |
From |
To |
|
Change Attribute Type stop_d : FeedId to stop_d : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type toRouteId : FeedId to toRouteId : FeedScopedId in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Attribute Type serviceDatesByServiceId : Map<FeedId,Set<ServiceDate>> to serviceDatesByServiceId : Map<FeedScopedId,Set<ServiceDate>> in class org.opentripplanner.routing.core.RoutingContext |
From |
To |
|
Change Attribute Type stopId : FeedId to stopId : FeedScopedId in class org.opentripplanner.index.model.TripTimeShort |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.api.adapters.TripType |
From |
To |
|
Change Attribute Type SERVICE_ALLDAYS_ID : FeedId to SERVICE_ALLDAYS_ID : FeedScopedId in class org.opentripplanner.model.impl.OtpTransitServiceImplTest |
From |
To |
|
Change Attribute Type routeForId : Map<FeedId,Route> to routeForId : Map<FeedScopedId,Route> in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Attribute Type patchesByStop : ListMultimap<FeedId,AlertPatch> to patchesByStop : ListMultimap<FeedScopedId,AlertPatch> in class org.opentripplanner.routing.impl.AlertPatchServiceImpl |
From |
To |
|
Change Attribute Type stop : FeedId to stop : FeedScopedId in class org.opentripplanner.routing.transit_index.RouteSegment |
From |
To |
|
Change Attribute Type tripAgencyIdsByServiceId : Map<FeedId,List<String>> to tripAgencyIdsByServiceId : Map<FeedScopedId,List<String>> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Attribute Type parentStopById : Map<FeedId,Stop> to parentStopById : Map<FeedScopedId,Stop> in class org.opentripplanner.routing.graph.Graph |
From |
To |
|
Change Attribute Type serviceForId : Map<FeedId,String> to serviceForId : Map<FeedScopedId,String> in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Attribute Type calendarDatesByServiceId : Map<FeedId,List<ServiceCalendarDate>> to calendarDatesByServiceId : Map<FeedScopedId,List<ServiceCalendarDate>> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Attribute Type testStop : FeedId to testStop : FeedScopedId in class org.opentripplanner.routing.impl.AlertPatchServiceImplTest |
From |
To |
|
Change Attribute Type tripId : FeedId to tripId : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type stop_b : FeedId to stop_b : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type stopId : FeedId to stopId : FeedScopedId in class org.opentripplanner.api.model.Place |
From |
To |
|
Change Attribute Type routeId : FeedId to routeId : FeedScopedId in class org.opentripplanner.api.adapters.TripType |
From |
To |
|
Change Attribute Type tripId : FeedId to tripId : FeedScopedId in class org.opentripplanner.index.model.TripTimeShort |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometry |
From |
To |
|
Change Attribute Type distancesByShapeId : Map<FeedId,double[]> to distancesByShapeId : Map<FeedScopedId,double[]> in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory |
From |
To |
|
Change Attribute Type stop : FeedId to stop : FeedScopedId in class org.opentripplanner.routing.alertpatch.AlertPatch |
From |
To |
|
Change Attribute Type table : HashMap<P2<FeedId>,StopTransfer> to table : HashMap<P2<FeedScopedId>,StopTransfer> in class org.opentripplanner.routing.core.TransferTable |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.index.model.TripShort |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.Stop |
From |
To |
|
Change Attribute Type stops : HashSet<FeedId> to stops : HashSet<FeedScopedId> in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.api.adapters.RouteType |
From |
To |
|
Change Attribute Type tripForId : Map<FeedId,Trip> to tripForId : Map<FeedScopedId,Trip> in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Attribute Type startingTransitStopId : FeedId to startingTransitStopId : FeedScopedId in class org.opentripplanner.routing.core.RoutingRequest |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.index.model.RouteShort |
From |
To |
|
Change Attribute Type serviceIdsByDate : Map<ServiceDate,Set<FeedId>> to serviceIdsByDate : Map<ServiceDate,Set<FeedScopedId>> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.model.ServiceCalendar |
From |
To |
|
Change Attribute Type stop_g : FeedId to stop_g : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type toTripId : FeedId to toTripId : FeedScopedId in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.api.adapters.ServiceCalendarType |
From |
To |
|
Change Attribute Type patternIndex : Map<FeedId,TripPattern> to patternIndex : Map<FeedScopedId,TripPattern> in class org.opentripplanner.routing.edgetype.TimetableTest |
From |
To |
|
Change Attribute Type route : FeedId to route : FeedScopedId in class org.opentripplanner.routing.core.StateData |
From |
To |
|
Change Attribute Type shapePointsByShapeId : Map<FeedId,List<ShapePoint>> to shapePointsByShapeId : Map<FeedScopedId,List<ShapePoint>> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Attribute Type serviceDatesByServiceId : Map<FeedId,List<ServiceDate>> to serviceDatesByServiceId : Map<FeedScopedId,List<ServiceDate>> in class org.opentripplanner.model.calendar.CalendarServiceData |
From |
To |
|
Change Attribute Type toStopId : FeedId to toStopId : FeedScopedId in class org.opentripplanner.routing.core.TransferTable.Transfer |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Attribute Type serviceCodes : Map<FeedId,Integer> to serviceCodes : Map<FeedScopedId,Integer> in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Attribute Type calendarsByServiceId : Map<FeedId,List<ServiceCalendar>> to calendarsByServiceId : Map<FeedScopedId,List<ServiceCalendar>> in class org.opentripplanner.model.impl.OtpTransitServiceImpl |
From |
To |
|
Change Attribute Type fromRouteId : FeedId to fromRouteId : FeedScopedId in class org.opentripplanner.routing.core.SpecificTransfer |
From |
To |
|
Change Attribute Type shapeId : FeedId to shapeId : FeedScopedId in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometryCaught |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.model.ServiceCalendarDate |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.api.adapters.TripType |
From |
To |
|
Change Attribute Type id : FeedId to id : FeedScopedId in class org.opentripplanner.model.Trip |
From |
To |
|
Change Attribute Type stopForId : Map<FeedId,Stop> to stopForId : Map<FeedScopedId,Stop> in class org.opentripplanner.routing.graph.GraphIndex |
From |
To |
|
Change Attribute Type stop_e : FeedId to stop_e : FeedScopedId in class org.opentripplanner.routing.trippattern.TripTimesTest |
From |
To |
|
Change Attribute Type SERVICE_WEEKDAYS_ID : FeedId to SERVICE_WEEKDAYS_ID : FeedScopedId in class org.opentripplanner.model.impl.OtpTransitServiceImplTest |
From |
To |
|
Change Attribute Type serviceId : FeedId to serviceId : FeedScopedId in class org.opentripplanner.routing.edgetype.factory.BlockIdAndServiceId |
From |
To |
|
Change Attribute Type agencyAndStopIds : HashSet<FeedId> to agencyAndStopIds : HashSet<FeedScopedId> in class org.opentripplanner.routing.core.StopMatcher |
From |
To |
|
Change Attribute Type testRoute : FeedId to testRoute : FeedScopedId in class org.opentripplanner.routing.impl.AlertPatchServiceImplTest |
From |
To |