static int |
Routes.countChanges(Route route) |
static int |
Routes.countUniqueModesOfTransport(Route route) |
static boolean |
Routes.featuresDetailedMotsOtherThan(Route route,
Collection<Constants.DetailedModeOfTransportType> mots) |
static boolean |
Routes.featuresExactlyTheseDetailedMots(Route route,
Collection<Constants.DetailedModeOfTransportType> mots) |
static boolean |
Routes.featuresExactlyTheseGeneralizedMots(Route route,
Collection<Constants.GeneralizedModeOfTransportType> mots) |
static boolean |
Routes.featuresGeneralizedMotsOtherThan(Route route,
Collection<Constants.GeneralizedModeOfTransportType> mots) |
static boolean |
Routes.featuresMot(Route route,
Constants.DetailedModeOfTransportType mot) |
static boolean |
Routes.featuresMot(Route route,
Constants.GeneralizedModeOfTransportType mot) |
static boolean |
Routes.featuresSharedGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static Optional<RouteSegment> |
Routes.getFirstSegmentWithMot(Route route,
Constants.DetailedModeOfTransportType mot) |
static Optional<RouteSegment> |
Routes.getFirstSegmentWithMot(Route route,
Constants.GeneralizedModeOfTransportType mot) |
static List<RouteSegment> |
Routes.getSegmentsWithMot(Route route,
Constants.DetailedModeOfTransportType mot) |
static List<RouteSegment> |
Routes.getSegmentsWithMot(Route route,
Constants.GeneralizedModeOfTransportType mot) |
static int |
Routes.getTotalDurationSecondsForMot(Route route,
Constants.DetailedModeOfTransportType mot) |
static int |
Routes.getTotalDurationSecondsForMot(Route route,
Constants.GeneralizedModeOfTransportType mot) |
static int |
Routes.getWaitingSecondsForPublicTransport(Route route) |
static boolean |
Routes.isIntermodal(Route route) |
static boolean |
Routes.isLongerThan(Route route,
Constants.GeneralizedModeOfTransportType mot,
int meters) |
static boolean |
Routes.isLongerThan(Route route,
int meters) |
static boolean |
Routes.isUnimodal(Route route) |