public class Limits extends Object implements LimitsInterface
| Constructor and Description |
|---|
Limits(LimitsInterface limits) |
Limits(List<Double> limits) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlarmHigh() |
double |
getAlarmLow() |
double |
getWarnHigh() |
double |
getWarnLow() |
void |
setLimits(double alarmLow,
double warnLow,
double warnHigh,
double alarmHigh) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyTopublic Limits(LimitsInterface limits)
public void setLimits(double alarmLow,
double warnLow,
double warnHigh,
double alarmHigh)
setLimits in interface LimitsInterfacepublic double getAlarmHigh()
getAlarmHigh in interface LimitsInterfacepublic double getAlarmLow()
getAlarmLow in interface LimitsInterfacepublic double getWarnLow()
getWarnLow in interface LimitsInterfacepublic double getWarnHigh()
getWarnHigh in interface LimitsInterfaceCopyright © 2021 LSST. All rights reserved.