public interface TransitionAlgorithm
| Modifier and Type | Method and Description |
|---|---|
void |
adjustLimits(double currentValue,
long time) |
void |
completeTransition(long time) |
LimitsInterface |
getLimits() |
void |
init(List<Double> parameters,
LimitAlgorithm limitsAlgorithm,
double initialValue,
LimitsInterface limits,
long startTime) |
boolean |
isAtTarget(double value,
long time) |
void init(List<Double> parameters, LimitAlgorithm limitsAlgorithm, double initialValue, LimitsInterface limits, long startTime)
boolean isAtTarget(double value,
long time)
void adjustLimits(double currentValue,
long time)
void completeTransition(long time)
LimitsInterface getLimits()
Copyright © 2020 LSST. All rights reserved.