RelativeLegTiming |
Refer to a service leg and its duration and dwell time on a scheduled routed trip
|
RoutedModeServices |
Interface for wrapper container class around RoutedModeServices for a particular mode.
|
RoutedService |
Interface to reflect a routed service.
|
RoutedServiceFactory |
Factory for creating routed service instances on underlying container
|
RoutedServicesLayer |
Interface to reflect a routed services layer which in turn is to be managed by a container class that implements the RoutedServicesLayers interface.
|
RoutedServicesLayerFactory |
Factory for creating routed services layer instances (on container)
|
RoutedServicesLayers |
Interface for wrapper container class around RoutedServiceLayer instances.
|
RoutedServiceTripInfo |
Interface to reflect one or more similar routed service trips by providing information on their route legs and schedule/frequencies.
|
RoutedTrip |
Base interface for routed trips.
|
RoutedTripDeparture |
A representation of a departure within a routed trip
|
RoutedTripDepartureFactory |
Factory for creating routed trip departure instances (on container)
|
RoutedTripDepartures |
A container class for departures registered on a schedule based routed trip
|
RoutedTripFactory<T extends RoutedTrip> |
Factory for creating routed trips of type T
|
RoutedTripFrequency |
Interface for frequency based trips of a RoutedService.
|
RoutedTripFrequencyFactory |
Factory for creating routed trips that are frequency based
|
RoutedTrips<T extends RoutedTrip> |
Base class for routed trips container for some derived type of RoutedTrip (either schedule or frequency based for example).
|
RoutedTripSchedule |
The schedule with on or more departures for a routed service as well as the relative timings of each leg for each departure.
|
RoutedTripScheduleFactory |
Factory for creating routed trips that are schedule based
|
RoutedTripsFrequency |
Interface for wrapper container class around RoutedTrip instances that define a frequency based schedule.
|
RoutedTripsSchedule |
Interface for wrapper container class around RoutedTrip instances that define an explicit schedule.
|