public interface TargetDependDecreasing extends Decreasing
Value implementation has a
value that decreases with time. More importantly, this value knows how to
calculate the remaining time it will take until a certain value is reached.
This time can be queried and used for e.g. scheduling purposes.| Modifier and Type | Method and Description |
|---|---|
Long |
getDescendTimeFor(TargetDefinition target,
Number until)
Calculates the remaining time in ms till this parameter reaches the
argument value (decresing from higher values).
|
getDescendTimeLong getDescendTimeFor(TargetDefinition target, Number until)
until - The value in the future.