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