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 RoutedTripsSchedule
clone()
Force clone implementationRoutedTripScheduleFactory
getFactory()
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:
clone
in interfaceManagedIdEntities<RoutedTripSchedule>
- Specified by:
clone
in interfaceMapWrapper<Long,RoutedTripSchedule>
- Returns:
- clone of entities
-
getFactory
RoutedTripScheduleFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<RoutedTripSchedule>
- Specified by:
getFactory
in interfaceRoutedTrips<RoutedTripSchedule>
- Returns:
- entity factory
-
-