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 interfaceRoutedTripsFrequencyInterface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interfaceRoutedTripsScheduleInterface 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 classRoutedTripsFrequencyImplImplementation of the RoutedTripsFrequency interface.classRoutedTripsImpl<T extends RoutedTrip>Base class for toued trips of some derived type (either schedule or frequency based for example).classRoutedTripsScheduleImplImplementation of the RoutedTripsSchedule interface.Fields in org.goplanit.service.routed declared as RoutedTrips Modifier and Type Field Description protected RoutedTrips<T>RoutedTripFactory. routedTripscontainer to useConstructors in org.goplanit.service.routed with parameters of type RoutedTrips Constructor Description RoutedTripFactory(IdGroupingToken tokenId, RoutedTrips<T> routedTrips)Constructor
-