Uses of Class
org.goplanit.service.routed.RoutedTripFactoryImpl
-
Packages that use RoutedTripFactoryImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripFactoryImpl in org.goplanit.service.routed
Subclasses of RoutedTripFactoryImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedTripFrequencyFactoryImpl
Factory for creating routed trips that are frequency basedclass
RoutedTripScheduleFactoryImpl
Factory for creating routed trips that are schedule basedFields in org.goplanit.service.routed declared as RoutedTripFactoryImpl Modifier and Type Field Description protected RoutedTripFactoryImpl<T>
RoutedTripsImpl. factory
factory for this container classMethods in org.goplanit.service.routed that return RoutedTripFactoryImpl Modifier and Type Method Description RoutedTripFactoryImpl<T>
RoutedTripsImpl. getFactory()
Factory to create instance of managed id entity (for this container class)Methods in org.goplanit.service.routed with parameters of type RoutedTripFactoryImpl Modifier and Type Method Description protected void
RoutedTripsImpl. setFactory(RoutedTripFactoryImpl<T> factory)
The factory to use.
-