Uses of Interface
org.goplanit.utils.service.routed.RoutedTrips
-
Packages that use RoutedTrips Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedTrips in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedTrips Modifier and Type Class Description classRoutedTripsFrequencyImplImplementation of the RoutedTripsFrequency interface.classRoutedTripsImpl<T extends RoutedTrip>Base class for toued trips of some derived type (either schedule or frequency based for example).classRoutedTripsScheduleImplImplementation of the RoutedTripsSchedule interface.Fields in org.goplanit.service.routed declared as RoutedTrips Modifier and Type Field Description protected RoutedTrips<T>RoutedTripFactoryImpl. routedTripscontainer to useConstructors in org.goplanit.service.routed with parameters of type RoutedTrips Constructor Description RoutedTripFactoryImpl(IdGroupingToken tokenId, RoutedTrips<T> routedTrips)Constructor -
Uses of RoutedTrips in org.goplanit.utils.service.routed
Subinterfaces of RoutedTrips in org.goplanit.utils.service.routed Modifier and Type Interface Description interfaceRoutedTripsFrequencyInterface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interfaceRoutedTripsScheduleInterface for wrapper container class around RoutedTrip instances that define an explicit schedule.Methods in org.goplanit.utils.service.routed that return RoutedTrips Modifier and Type Method Description RoutedTripsRoutedTrips. deepClone()Deep clone implementationRoutedTripsRoutedTrips. deepCloneWithMapping(BiConsumer<T,T> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripsRoutedTrips. shallowClone()Shallow clone implementation
-