Uses of Interface
org.goplanit.service.routed.RoutedTrips
-
Packages that use RoutedTrips Package Description org.goplanit.service.routed -
-
Uses of RoutedTrips in org.goplanit.service.routed
Subinterfaces of RoutedTrips in org.goplanit.service.routed Modifier and Type Interface Description interface
RoutedTripsFrequency
Interface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interface
RoutedTripsSchedule
Interface for wrapper container class around RoutedTrip instances that define an explicit schedule.Classes in org.goplanit.service.routed that implement RoutedTrips Modifier and Type Class Description class
RoutedTripsFrequencyImpl
Implementation of the RoutedTripsFrequency interface.class
RoutedTripsImpl<T extends RoutedTrip>
Base class for toued trips of some derived type (either schedule or frequency based for example).class
RoutedTripsScheduleImpl
Implementation of the RoutedTripsSchedule interface.Fields in org.goplanit.service.routed declared as RoutedTrips Modifier and Type Field Description protected RoutedTrips<T>
RoutedTripFactory. routedTrips
container to useConstructors in org.goplanit.service.routed with parameters of type RoutedTrips Constructor Description RoutedTripFactory(IdGroupingToken tokenId, RoutedTrips<T> routedTrips)
Constructor
-