All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.routing.alternativelegs.NavigationDirection Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.routing.alternativelegs;

/**
 * This enum describes how the user navigates on a list of items.
 */
public enum NavigationDirection {
  /**
   * Get the next set of items.
   */
  NEXT,

  /**
   * Get the previous set of items.
   */
  PREVIOUS,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy