public class AggregateStatus extends Object
| Constructor and Description |
|---|
AggregateStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.lsst.ccs.utilities.taitime.CCSTimeStamp when,
State<?> state) |
boolean |
anyState(Enum... statesToTest)
Test if any of the given states are present in the aggregate status.
|
Collection<State> |
getStates() |
boolean |
hasState(Enum... statesToTest)
Test if all given states are present in the aggregate status.
|
String |
toString() |
public void add(org.lsst.ccs.utilities.taitime.CCSTimeStamp when,
State<?> state)
public boolean hasState(Enum... statesToTest)
statesToTest - The states to look fortrue if all states are presentpublic boolean anyState(Enum... statesToTest)
statesToTest - The states to look fortrue if any one or more states are presentpublic Collection<State> getStates()
Copyright © 2024 LSST. All rights reserved.