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 class
RoutedTripsFrequencyImpl
Implementation of the RoutedTripsFrequency interface.class
RoutedTripsImpl<T extends RoutedTrip>
Base class for toued trips of some derived type (either schedule or frequency based for example).class
RoutedTripsScheduleImpl
Implementation of the RoutedTripsSchedule interface.Fields in org.goplanit.service.routed declared as RoutedTrips Modifier and Type Field Description protected RoutedTrips<T>
RoutedTripFactoryImpl. routedTrips
container 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 interface
RoutedTripsFrequency
Interface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interface
RoutedTripsSchedule
Interface 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 RoutedTrips
RoutedTrips. deepClone()
Deep clone implementationRoutedTrips
RoutedTrips. deepCloneWithMapping(BiConsumer<T,T> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTrips
RoutedTrips. shallowClone()
Shallow clone implementation
-