Uses of Interface
org.goplanit.utils.service.routed.RoutedTripDepartures
-
Packages that use RoutedTripDepartures Package Description org.goplanit.service.routed org.goplanit.utils.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 departures for a given routed trip scheduleFields in org.goplanit.service.routed declared as RoutedTripDepartures Modifier and Type Field Description protected RoutedTripDepartures
RoutedTripDepartureFactoryImpl. routedTripDepartures
container to useMethods in org.goplanit.service.routed that return RoutedTripDepartures Modifier and Type Method Description RoutedTripDepartures
RoutedTripScheduleImpl. getDepartures()
Access to the departures of this scheduleConstructors in org.goplanit.service.routed with parameters of type RoutedTripDepartures Constructor Description RoutedTripDepartureFactoryImpl(IdGroupingToken tokenId, RoutedTripDepartures routedTripDepartures)
Constructor -
Uses of RoutedTripDepartures in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedTripDepartures Modifier and Type Method Description RoutedTripDepartures
RoutedTripDepartures. deepClone()
Deep clone implementationRoutedTripDepartures
RoutedTripSchedule. getDepartures()
Access to the departures of this scheduleRoutedTripDepartures
RoutedTripDepartures. shallowClone()
Shallow clone implementation
-