
org.opentripplanner.routing.alertpatch.AlertCause 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
The newest version!
package org.opentripplanner.routing.alertpatch;
/**
* An enum containing cause options for an alert.
*/
public enum AlertCause {
/**
* Unknown cause.
*/
UNKNOWN_CAUSE,
/**
* Other cause than the available options.
*/
OTHER_CAUSE,
/**
* Technical problem.
*/
TECHNICAL_PROBLEM,
/**
* Strike.
*/
STRIKE,
/**
* Demonstration.
*/
DEMONSTRATION,
/**
* Accident.
*/
ACCIDENT,
/**
* Holiday.
*/
HOLIDAY,
/**
* Weather.
*/
WEATHER,
/**
* Maintenance.
*/
MAINTENANCE,
/**
* Construction.
*/
CONSTRUCTION,
/**
* Police activity.
*/
POLICE_ACTIVITY,
/**
* Medical emergency.
*/
MEDICAL_EMERGENCY,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy