Package org.goplanit.service.routed
Interface RoutedTripsSchedule
-
- All Superinterfaces:
Cloneable,Iterable<RoutedTripSchedule>,LongMapWrapper<RoutedTripSchedule>,ManagedIdEntities<RoutedTripSchedule>,MapWrapper<Long,RoutedTripSchedule>,RoutedTrips<RoutedTripSchedule>
- All Known Implementing Classes:
RoutedTripsScheduleImpl
public interface RoutedTripsSchedule extends RoutedTrips<RoutedTripSchedule>
Interface for wrapper container class around RoutedTrip instances that define an explicit schedule.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutedTripsScheduleclone()Force clone implementationRoutedTripScheduleFactorygetFactory()Factory to create instance of managed id entity (for this container class)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
clone
RoutedTripsSchedule clone()
Force clone implementation- Specified by:
clonein interfaceManagedIdEntities<RoutedTripSchedule>- Specified by:
clonein interfaceMapWrapper<Long,RoutedTripSchedule>- Returns:
- clone of entities
-
getFactory
RoutedTripScheduleFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactoryin interfaceManagedIdEntities<RoutedTripSchedule>- Specified by:
getFactoryin interfaceRoutedTrips<RoutedTripSchedule>- Returns:
- entity factory
-
-