Uses of Class
org.goplanit.demands.TimePeriods
-
Packages that use TimePeriods Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of TimePeriods in org.goplanit.demands
Fields in org.goplanit.demands declared as TimePeriods Modifier and Type Field Description TimePeriods
Demands. timePeriods
internal class instance containing all time periods on this demand instanceprotected TimePeriods
TimePeriodsFactory. timePeriods
container to useMethods in org.goplanit.demands that return TimePeriods Modifier and Type Method Description TimePeriods
TimePeriods. deepClone()
Deep clone implementationTimePeriods
TimePeriods. deepCloneWithMapping(BiConsumer<TimePeriod,TimePeriod> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTimePeriods
TimePeriods. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.demands with parameters of type TimePeriods Constructor Description TimePeriods(TimePeriods other, boolean deepCopy, BiConsumer<TimePeriod,TimePeriod> mapper)
Copy constructorTimePeriodsFactory(IdGroupingToken tokenId, TimePeriods timePeriods)
Constructor
-