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 classRoutedTripFrequencyFactoryImplFactory for creating routed trips that are frequency basedclassRoutedTripScheduleFactoryImplFactory 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. factoryfactory 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 voidRoutedTripsImpl. setFactory(RoutedTripFactoryImpl<T> factory)The factory to use.
-