
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 limits,
double initialValue,
LimitsInterface priorLimits,
long startTime) |
boolean |
isAtTarget(double value,
long time) |
void init(List<Double> parameters, LimitAlgorithm limits, double initialValue, LimitsInterface priorLimits, long startTime)
boolean isAtTarget(double value,
long time)
void adjustLimits(double currentValue,
long time)
void completeTransition(long time)
LimitsInterface getLimits()
Copyright © 2017 LSST. All rights reserved.