Uses of Class
org.goplanit.service.routed.RoutedTripsImpl
-
Packages that use RoutedTripsImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripsImpl in org.goplanit.service.routed
Subclasses of RoutedTripsImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedTripsFrequencyImpl
Implementation of the RoutedTripsFrequency interface.class
RoutedTripsScheduleImpl
Implementation of the RoutedTripsSchedule interface.Constructors in org.goplanit.service.routed with parameters of type RoutedTripsImpl Constructor Description RoutedTripsImpl(RoutedTripsImpl<T> routedTripsBase)
Copy constructor
-