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 classRoutedTripDeparturesImplClass 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 RoutedTripDeparturesRoutedTripDepartureFactoryImpl. routedTripDeparturescontainer to useMethods in org.goplanit.service.routed that return RoutedTripDepartures Modifier and Type Method Description RoutedTripDeparturesRoutedTripScheduleImpl. 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 RoutedTripDeparturesRoutedTripDepartures. deepClone()Deep clone implementationRoutedTripDeparturesRoutedTripSchedule. getDepartures()Access to the departures of this scheduleRoutedTripDeparturesRoutedTripDepartures. shallowClone()Shallow clone implementation
-