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 TimePeriodsDemands. timePeriodsinternal class instance containing all time periods on this demand instanceprotected TimePeriodsTimePeriodsFactory. timePeriodscontainer to useMethods in org.goplanit.demands that return TimePeriods Modifier and Type Method Description TimePeriodsTimePeriods. deepClone()Deep clone implementationTimePeriodsTimePeriods. deepCloneWithMapping(BiConsumer<TimePeriod,TimePeriod> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTimePeriodsTimePeriods. 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
-