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. 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
-