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 class
RoutedTripFrequencyFactory
Factory for creating routed trips that are frequency basedclass
RoutedTripScheduleFactory
Factory 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. factory
factory 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 void
RoutedTripsImpl. setFactory(RoutedTripFactory<T> factory)
The factory to use.
-