Uses of Class
org.yamcs.studio.data.sim.TimeInterval
Packages that use TimeInterval
-
Uses of TimeInterval in org.yamcs.studio.data.sim
Methods in org.yamcs.studio.data.sim that return TimeIntervalModifier and TypeMethodDescriptionstatic TimeInterval
Returns a time interval that lasts this duration and starts from the given instant.static TimeInterval
Returns a time interval that lasts this duration and is centered around the given instant reference.static TimeInterval
Returns a time interval that lasts this duration and ends at the given instant.static TimeInterval
Returns the interval between the given timestamps.Returns a new interval shifted backward in time by the given duration.Methods in org.yamcs.studio.data.sim with parameters of type TimeIntervalModifier and TypeMethodDescriptionSimFunction.createValues
(TimeInterval interval) Computes all the new values in the given time slice by calling nextValue() appropriately.