Uses of Record Class
org.opentripplanner.client.model.Leg
Packages that use Leg
-
Uses of Leg in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return types with arguments of type LegModifier and TypeMethodDescriptionItinerary.legs()Returns the value of thelegsrecord component.Itinerary.transitLegs()Constructor parameters in org.opentripplanner.client.model with type arguments of type LegModifierConstructorDescriptionItinerary(List<Leg> legs, OptionalDouble accessibilityScore) Creates an instance of aItineraryrecord class.