Uses of Class
org.goplanit.service.routed.RoutedTripFactory
-
Packages that use RoutedTripFactory Package Description org.goplanit.service.routed -
-
Uses of RoutedTripFactory in org.goplanit.service.routed
Subclasses of RoutedTripFactory in org.goplanit.service.routed Modifier and Type Class Description classRoutedTripFrequencyFactoryFactory for creating routed trips that are frequency basedclassRoutedTripScheduleFactoryFactory for creating routed trips that are schedule basedFields in org.goplanit.service.routed declared as RoutedTripFactory Modifier and Type Field Description protected RoutedTripFactory<T>RoutedTripsImpl. factoryfactory for this container classMethods in org.goplanit.service.routed that return RoutedTripFactory Modifier and Type Method Description RoutedTripFactory<T>RoutedTrips. getFactory()Factory to create instance of managed id entity (for this container class)RoutedTripFactory<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 RoutedTripFactory Modifier and Type Method Description protected voidRoutedTripsImpl. setFactory(RoutedTripFactory<T> factory)The factory to use.
-