Interface StopOrHub
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoadLocationgetLocation()StringgetName()List<Shuttle>getTransferShuttleList()IntegergetTransportTimeToHub()booleanisVisitedByCoach()voidsetTransferShuttleList(List<Shuttle> transferShuttleList)
-
-
-
Method Detail
-
getName
String getName()
-
getLocation
RoadLocation getLocation()
- Returns:
- never null
-
isVisitedByCoach
boolean isVisitedByCoach()
-
getTransportTimeToHub
Integer getTransportTimeToHub()
-
-