Uses of Interface
org.goplanit.service.routed.RoutedTripDepartures
-
Packages that use RoutedTripDepartures Package Description org.goplanit.service.routed -
-
Uses of RoutedTripDepartures in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedTripDepartures Modifier and Type Class Description class
RoutedTripDeparturesImpl
Class that manages all routed trip departuresFields in org.goplanit.service.routed declared as RoutedTripDepartures Modifier and Type Field Description protected RoutedTripDepartures
RoutedTripDepartureFactory. routedTripDepartures
container to useMethods in org.goplanit.service.routed that return RoutedTripDepartures Modifier and Type Method Description RoutedTripDepartures
RoutedTripDepartures. clone()
Force clone implementationRoutedTripDepartures
RoutedTripSchedule. getDepartures()
Access to the departures of this scheduleRoutedTripDepartures
RoutedTripScheduleImpl. getDepartures()
Access to the departures of this scheduleConstructors in org.goplanit.service.routed with parameters of type RoutedTripDepartures Constructor Description RoutedTripDepartureFactory(IdGroupingToken tokenId, RoutedTripDepartures routedTripDepartures)
Constructor
-