Uses of Enum Class
org.opentripplanner.client.parameters.TripPlanParameters.SearchDirection
Packages that use TripPlanParameters.SearchDirection
-
Uses of TripPlanParameters.SearchDirection in org.opentripplanner.client.parameters
Methods in org.opentripplanner.client.parameters that return TripPlanParameters.SearchDirectionModifier and TypeMethodDescriptionTripPlanParameters.searchDirection()Returns the value of thesearchDirectionrecord component.Returns the enum constant of this class with the specified name.static TripPlanParameters.SearchDirection[]TripPlanParameters.SearchDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentripplanner.client.parameters with parameters of type TripPlanParameters.SearchDirectionModifier and TypeMethodDescriptionTripPlanParametersBuilder.withSearchDirection(TripPlanParameters.SearchDirection searchDirection) Constructors in org.opentripplanner.client.parameters with parameters of type TripPlanParameters.SearchDirectionModifierConstructorDescriptionTripPlanParameters(Coordinate from, Coordinate to, LocalDateTime time, int numItineraries, Set<RequestMode> modes, TripPlanParameters.SearchDirection searchDirection, float walkReluctance, boolean wheelchair) Creates an instance of aTripPlanParametersrecord class.