| Constructor and Description |
|---|
Routes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countChanges(Route route) |
static int |
countUniqueModesOfTransport(Route route) |
static boolean |
featuresGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static boolean |
featuresOnlyDetailedMots(Route route,
Collection<Constants.DetailedModeOfTransportType> types) |
static boolean |
featuresSharedGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static int |
getWaitingSecondsForPublicTransport(Route route) |
static boolean |
isIntermodal(Route route) |
static boolean |
isLongerThan(Route route,
Constants.GeneralizedModeOfTransportType mot,
int meters) |
static boolean |
isLongerThan(Route route,
int meters) |
static boolean |
isUnimodal(Route route) |
public static boolean isUnimodal(Route route)
public static boolean isIntermodal(Route route)
public static boolean isLongerThan(Route route, int meters)
public static boolean isLongerThan(Route route, Constants.GeneralizedModeOfTransportType mot, int meters)
public static boolean featuresGeneralizedMot(Route route, Constants.GeneralizedModeOfTransportType type)
public static boolean featuresOnlyDetailedMots(Route route, Collection<Constants.DetailedModeOfTransportType> types)
public static boolean featuresSharedGeneralizedMot(Route route, Constants.GeneralizedModeOfTransportType type)
public static int countChanges(Route route)
public static int getWaitingSecondsForPublicTransport(Route route)
public static int countUniqueModesOfTransport(Route route)
Copyright © 2018. All rights reserved.