Interface RoutedTripDepartureFactory
-
- All Superinterfaces:
ManagedIdEntityFactory<RoutedTripDeparture>
- All Known Implementing Classes:
RoutedTripDepartureFactoryImpl
public interface RoutedTripDepartureFactory extends ManagedIdEntityFactory<RoutedTripDeparture>
Factory for creating routed trip departure instances (on container)- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutedTripDeparture
registerNew(ExtendedLocalTime departureTime)
Register a newly created instance on the underlying container-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
-
-
-
Method Detail
-
registerNew
RoutedTripDeparture registerNew(ExtendedLocalTime departureTime)
Register a newly created instance on the underlying container- Parameters:
departureTime
- the departure time (which is allowed to be beyond midnight of that day)- Returns:
- created instance
-
-