Uses of Class
org.goplanit.service.routed.RoutedTripsScheduleImpl
-
Packages that use RoutedTripsScheduleImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripsScheduleImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedTripsScheduleImpl Modifier and Type Method Description RoutedTripsScheduleImpl
RoutedTripsScheduleImpl. deepClone()
Deep clone implementationRoutedTripsScheduleImpl
RoutedTripsScheduleImpl. deepCloneWithMapping(BiConsumer<RoutedTripSchedule,RoutedTripSchedule> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripsScheduleImpl
RoutedTripsScheduleImpl. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.service.routed with parameters of type RoutedTripsScheduleImpl Constructor Description RoutedTripsScheduleImpl(RoutedTripsScheduleImpl other, boolean deepCopy, BiConsumer<RoutedTripSchedule,RoutedTripSchedule> mapper)
Copy constructor, also creates new factory with this as its underlying container
-