public interface TargetDependIncreasing extends Increasing
Value implementation has a
value that increases 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 |
getAscendTimeFor(TargetDefinition target,
Number until)
Calculates the remaining time in ms till this parameter reaches the
argument value (increasing from lower values).
|
getAscendTimeLong getAscendTimeFor(TargetDefinition target, Number until)
until - The value in the future.