
@SkipEncoding public class CompState extends Object implements Serializable
| Constructor and Description |
|---|
CompState(int type) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBypassValve() |
CompressorState |
getCompressorState() |
ConditionState |
getConditionState(int cond) |
double |
getCoolantValve() |
int |
getIndex() |
LatchState |
getLatchState(int latch) |
String |
getName() |
SwCondState |
getSwConditionState(int cond) |
SwitchState |
getSwitchState(int sw) |
int |
getType() |
Collection<Integer> |
getValidConditions() |
Collection<Integer> |
getValidLatches() |
Collection<Integer> |
getValidSwConditions() |
Collection<Integer> |
getValidSwitches() |
double |
getVfdFrequency() |
void |
setBypassValve(double posn) |
void |
setCompressorState(CompressorState value) |
void |
setConditionState(int cond,
ConditionState state) |
void |
setCoolantValve(double posn) |
void |
setIndex(int index) |
void |
setLatchState(int latch,
LatchState state) |
void |
setName(String name) |
void |
setSwConditionState(int cond,
SwCondState state) |
void |
setSwitchState(int sw,
SwitchState state) |
void |
setVfdFrequency(double freq) |
String |
toString() |
public static final String KEY
public int getType()
public Collection<Integer> getValidSwitches()
public Collection<Integer> getValidLatches()
public Collection<Integer> getValidConditions()
public Collection<Integer> getValidSwConditions()
public void setName(String name)
public String getName()
public void setIndex(int index)
public int getIndex()
public void setCompressorState(CompressorState value)
public CompressorState getCompressorState()
public void setSwitchState(int sw,
SwitchState state)
public SwitchState getSwitchState(int sw)
public void setLatchState(int latch,
LatchState state)
public LatchState getLatchState(int latch)
public void setConditionState(int cond,
ConditionState state)
public ConditionState getConditionState(int cond)
public void setSwConditionState(int cond,
SwCondState state)
public SwCondState getSwConditionState(int cond)
public void setBypassValve(double posn)
public double getBypassValve()
public void setVfdFrequency(double freq)
public double getVfdFrequency()
public void setCoolantValve(double posn)
public double getCoolantValve()
Copyright © 2020 LSST. All rights reserved.