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 classRoutedTripFactory<T extends RoutedTrip>Factory for creating routed trips of type TinterfaceRoutedTrips<T extends RoutedTrip>Base class for routed trips container for some derived type of RoutedTrip (either schedule or frequency based for example).classRoutedTripsImpl<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 interfaceRoutedTripFrequencyInterface for frequency based trips of a RoutedService.interfaceRoutedTripScheduleThe 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 classRoutedTripFrequencyImplImplementation of a RoutedTripFrequency interface.classRoutedTripImplImplementation of a RoutedTrip interface.classRoutedTripScheduleImplImplementation 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_CLASSid 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.
-