Uses of Class
org.goplanit.time.TimePeriodImpl
-
Packages that use TimePeriodImpl Package Description org.goplanit.demands Classes which manage traveler demandsorg.goplanit.time Contains the definition of the TimePeriod object -
-
Uses of TimePeriodImpl in org.goplanit.demands
Methods in org.goplanit.demands that return TimePeriodImpl Modifier and Type Method Description protected TimePeriodImpl
TimePeriodsFactory. createNew(long startTimeSeconds, long durationSeconds)
Create a newly created instance without registering on the container -
Uses of TimePeriodImpl in org.goplanit.time
Methods in org.goplanit.time that return TimePeriodImpl Modifier and Type Method Description TimePeriodImpl
TimePeriodImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.TimePeriodImpl
TimePeriodImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.time with parameters of type TimePeriodImpl Constructor Description TimePeriodImpl(TimePeriodImpl timePeriodImpl, boolean deepCopy)
Copy constructor
-