Uses of Record Class
org.opentripplanner.client.model.TripPlan.Route
Packages that use TripPlan.Route
-
Uses of TripPlan.Route in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return TripPlan.RouteModifier and TypeMethodDescriptionTripPlan.Leg.route()Returns the value of therouterecord component.Constructors in org.opentripplanner.client.model with parameters of type TripPlan.RouteModifierConstructorDescriptionLeg(TripPlan.Place from, TripPlan.Place to, java.time.OffsetDateTime startTime, java.time.OffsetDateTime endTime, LegMode mode, java.time.Duration duration, double distance, TripPlan.Route route, List<TripPlan.FareProductUse> fareProducts) Creates an instance of aLegrecord class.