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 class
RoutedTripFactoryImpl<T extends RoutedTrip>
Factory for creating routed trips of type Tclass
RoutedTripFrequencyFactoryImpl
Factory for creating routed trips that are frequency basedclass
RoutedTripScheduleFactoryImpl
Factory 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 interface
RoutedTripFrequencyFactory
Factory for creating routed trips that are frequency basedinterface
RoutedTripScheduleFactory
Factory 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)
-