Uses of Interface
org.goplanit.utils.service.routed.RoutedTripFactory
-
Packages that use RoutedTripFactory Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedTripFactory in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedTripFactory Modifier and Type Class Description classRoutedTripFactoryImpl<T extends RoutedTrip>Factory for creating routed trips of type TclassRoutedTripFrequencyFactoryImplFactory for creating routed trips that are frequency basedclassRoutedTripScheduleFactoryImplFactory for creating routed trips that are schedule based -
Uses of RoutedTripFactory in org.goplanit.utils.service.routed
Subinterfaces of RoutedTripFactory in org.goplanit.utils.service.routed Modifier and Type Interface Description interfaceRoutedTripFrequencyFactoryFactory for creating routed trips that are frequency basedinterfaceRoutedTripScheduleFactoryFactory for creating routed trips that are schedule basedMethods in org.goplanit.utils.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)
-