Uses of Interface
org.goplanit.utils.service.routed.RoutedTrip
-
Packages that use RoutedTrip Package Description org.goplanit.converter.idmapping org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedTrip in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return types with arguments of type RoutedTrip Modifier and Type Method Description static Function<RoutedTrip,String>IdMapperFunctionFactory. createRoutedTripIdMappingFunction(IdMapperType idMapper)create a function that takes a routed trip and generates the appropriate id based on the user configurationFunction<RoutedTrip,String>RoutedServicesIdMapper. getRoutedTripRefIdMapper()Collect how routed trip ids are to be mapped to the XML ids when persisting -
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 classRoutedTripFactoryImpl<T extends RoutedTrip>Factory for creating routed trips of type TclassRoutedTripsImpl<T extends RoutedTrip>Base class for toued trips of some derived type (either schedule or frequency based for example).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. -
Uses of RoutedTrip in org.goplanit.utils.service.routed
Classes in org.goplanit.utils.service.routed with type parameters of type RoutedTrip Modifier and Type Interface Description interfaceRoutedTripFactory<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).Subinterfaces of RoutedTrip in org.goplanit.utils.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.Fields in org.goplanit.utils.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.utils.service.routed that return RoutedTrip Modifier and Type Method Description RoutedTripRoutedTrip. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.RoutedTripRoutedTrip. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.utils.service.routed that return types with arguments of type RoutedTrip Modifier and Type Method Description default Class<? extends RoutedTrip>RoutedTrip. getIdClass()Each managed id class is expected to generate its ids based on its class signature.
-