Uses of Interface
org.goplanit.service.routed.RoutedTrip
-
Packages that use RoutedTrip Package Description org.goplanit.service.routed -
-
Uses of RoutedTrip in org.goplanit.service.routed
Classes in org.goplanit.service.routed with type parameters of type RoutedTrip Modifier and Type Class Description class
RoutedTripFactory<T extends RoutedTrip>
Factory for creating routed trips of type Tinterface
RoutedTrips<T extends RoutedTrip>
Base class for routed trips container for some derived type of RoutedTrip (either schedule or frequency based for example).class
RoutedTripsImpl<T extends RoutedTrip>
Base class for toued trips of some derived type (either schedule or frequency based for example).Subinterfaces of RoutedTrip in org.goplanit.service.routed Modifier and Type Interface Description interface
RoutedTripFrequency
Interface for frequency based trips of a RoutedService.interface
RoutedTripSchedule
The schedule with on or more departures for a routed service as well as the relative timings of each leg for each departure.Classes in org.goplanit.service.routed that implement RoutedTrip Modifier and Type Class Description class
RoutedTripFrequencyImpl
Implementation of a RoutedTripFrequency interface.class
RoutedTripImpl
Implementation of a RoutedTrip interface.class
RoutedTripScheduleImpl
Implementation of a RoutedTripSchedule interface.Fields in org.goplanit.service.routed with type parameters of type RoutedTrip Modifier and Type Field Description static Class<RoutedTrip>
RoutedTrip. ROUTED_TRIP_ID_CLASS
id class for generating idsMethods in org.goplanit.service.routed that return types with arguments of type RoutedTrip Modifier and Type Method Description default Class<RoutedTrip>
RoutedTrip. getIdClass()
Each managed id class is expected to generate its ids based on its class signature.
-