Uses of Class
org.goplanit.service.routed.RoutedTripImpl
-
Packages that use RoutedTripImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripImpl in org.goplanit.service.routed
Subclasses of RoutedTripImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedTripFrequencyImpl
Implementation of a RoutedTripFrequency interface.class
RoutedTripScheduleImpl
Implementation of a RoutedTripSchedule interface.Methods in org.goplanit.service.routed that return RoutedTripImpl Modifier and Type Method Description abstract RoutedTripImpl
RoutedTripImpl. 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.abstract RoutedTripImpl
RoutedTripImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedTripImpl Constructor Description RoutedTripImpl(RoutedTripImpl routedTripImpl, boolean deepCopy)
Copy constructor
-