Uses of Class
org.goplanit.service.routed.RoutedTripDepartureImpl
-
Packages that use RoutedTripDepartureImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripDepartureImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedTripDepartureImpl Modifier and Type Method Description protected RoutedTripDepartureImplRoutedTripDepartureFactoryImpl. createNew(ExtendedLocalTime departureTime)Create a newly created instance without registering on the containerRoutedTripDepartureImplRoutedTripDepartureImpl. 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.RoutedTripDepartureImplRoutedTripDepartureFactoryImpl. registerNew(ExtendedLocalTime departureTime)Register a newly created instance on the underlying containerRoutedTripDepartureImplRoutedTripDepartureImpl. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedTripDepartureImpl Constructor Description RoutedTripDepartureImpl(RoutedTripDepartureImpl routedTripDeparture, boolean deepCopy)Copy constructor
-