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 classRoutedTripDeparturesImplClass that manages all routed trip departuresFields in org.goplanit.service.routed declared as RoutedTripDepartures Modifier and Type Field Description protected RoutedTripDeparturesRoutedTripDepartureFactory. routedTripDeparturescontainer to useMethods in org.goplanit.service.routed that return RoutedTripDepartures Modifier and Type Method Description RoutedTripDeparturesRoutedTripDepartures. clone()Force clone implementationRoutedTripDeparturesRoutedTripSchedule. getDepartures()Access to the departures of this scheduleRoutedTripDeparturesRoutedTripScheduleImpl. 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
-