Uses of Record Class
org.opentripplanner.client.model.TripPlan.Place
Packages that use TripPlan.Place
-
Uses of TripPlan.Place in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return TripPlan.PlaceModifier and TypeMethodDescriptionTripPlan.Leg.from()Returns the value of thefromrecord component.TripPlan.Leg.to()Returns the value of thetorecord component.Constructors in org.opentripplanner.client.model with parameters of type TripPlan.PlaceModifierConstructorDescriptionLeg(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.