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 classRoutedTripFrequencyImplImplementation of a RoutedTripFrequency interface.classRoutedTripScheduleImplImplementation of a RoutedTripSchedule interface.Methods in org.goplanit.service.routed that return RoutedTripImpl Modifier and Type Method Description abstract RoutedTripImplRoutedTripImpl. clone()Create a shallow copy of this entityConstructors in org.goplanit.service.routed with parameters of type RoutedTripImpl Constructor Description RoutedTripImpl(RoutedTripImpl routedTripImpl)Copy constructor
-