org.opentripplanner.api.parameter.Qualifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.api.parameter;
public enum Qualifier {
/** The vehicle has to be rented */
RENT,
/** The vehicle has to be parked before proceeding */
PARK,
/**
* The user is picked up by the vehicle.
*/
PICKUP,
/**
* The user is dropped off from the vehicle.
*/
DROPOFF,
/**
* The mode is used for the access part of the search.
*/
ACCESS,
/**
* The mode is used for the egress part of the search.
*/
EGRESS,
/**
* The mode is used for the direct street search.
*/
DIRECT,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy