Uses of Class
de.dlr.proseo.model.SimplePolicy.DeltaTime
Packages that use SimplePolicy.DeltaTime
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Uses of SimplePolicy.DeltaTime in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return SimplePolicy.DeltaTimeModifier and TypeMethodDescriptionSimplePolicy.getDeltaTimeT0()Gets the delta time to apply to the beginning of the interval (T0)SimplePolicy.getDeltaTimeT1()Gets the delta time to apply to the end of the interval (T1)SimplePolicy.DeltaTime.merge(SimplePolicy.DeltaTime anotherDeltaTime) Merge two delta times by creating a new delta time with the smaller unit and the larger (converted) durationSimplePolicy.DeltaTime.normalize()Normalize delta time to biggest unit, which can be represented with an integer durationMethods in de.dlr.proseo.model that return types with arguments of type SimplePolicy.DeltaTimeMethods in de.dlr.proseo.model with parameters of type SimplePolicy.DeltaTimeModifier and TypeMethodDescriptionintSimplePolicy.DeltaTime.compareTo(SimplePolicy.DeltaTime o) SimplePolicy.DeltaTime.merge(SimplePolicy.DeltaTime anotherDeltaTime) Merge two delta times by creating a new delta time with the smaller unit and the larger (converted) durationvoidSimplePolicy.setDeltaTimeT0(SimplePolicy.DeltaTime deltaTimeT0) Sets the delta time to apply to the beginning of the interval (T0)voidSimplePolicy.setDeltaTimeT1(SimplePolicy.DeltaTime deltaTimeT1) Sets the delta time to apply to the beginning of the interval (T1)Method parameters in de.dlr.proseo.model with type arguments of type SimplePolicy.DeltaTimeModifier and TypeMethodDescriptionvoidSimplePolicy.setDeltaTimes(List<SimplePolicy.DeltaTime> deltaTimes) Sets the delta times