Uses of Interface
org.goplanit.utils.service.routed.RoutedTripDepartureFactory
-
Packages that use RoutedTripDepartureFactory Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedTripDepartureFactory in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedTripDepartureFactory Modifier and Type Class Description class
RoutedTripDepartureFactoryImpl
Factory for creating routed trip departure instances (on container) -
Uses of RoutedTripDepartureFactory in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedTripDepartureFactory Modifier and Type Method Description RoutedTripDepartureFactory
RoutedTripDepartures. getFactory()
Factory to create instance of managed id entity (for this container class)
-