Uses of Record Class
org.opentripplanner.client.model.TripPlan.Itinerary
Packages that use TripPlan.Itinerary
-
Uses of TripPlan.Itinerary in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return types with arguments of type TripPlan.ItineraryModifier and TypeMethodDescriptionTripPlan.itineraries()Returns the value of theitinerariesrecord component.TripPlan.transitItineraries()Returns a list of all itineraries that contain public transport.Constructor parameters in org.opentripplanner.client.model with type arguments of type TripPlan.ItineraryModifierConstructorDescriptionTripPlan(List<TripPlan.Itinerary> itineraries) Creates an instance of aTripPlanrecord class.