Uses of Class
org.goplanit.demands.Demands.TimePeriods
-
Packages that use Demands.TimePeriods Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of Demands.TimePeriods in org.goplanit.demands
Fields in org.goplanit.demands declared as Demands.TimePeriods Modifier and Type Field Description Demands.TimePeriods
Demands. timePeriods
internal class instance containing all time periods on this demand instanceMethods in org.goplanit.demands that return Demands.TimePeriods Modifier and Type Method Description Demands.TimePeriods
Demands.TimePeriods. clone()
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 Demands.TimePeriods Constructor Description TimePeriods(Demands.TimePeriods other)
Copy constructor
-