
@SkipEncoding public class CompState extends Object implements Serializable
| Constructor and Description |
|---|
CompState(int type) |
| Modifier and Type | Method and Description |
|---|---|
CompressorState |
getCompressorState() |
ConditionState |
getConditionState(int cond) |
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() |
void |
setCompressorState(CompressorState value) |
void |
setConditionState(int cond,
ConditionState state) |
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) |
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)
Copyright © 2021 LSST. All rights reserved.