public class AggregateStatus extends Object
| Constructor and Description |
|---|
AggregateStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(State<?> state) |
Collection<State> |
getStates() |
boolean |
hasState(Enum... statesToTest)
Test if all given states are present in the aggregate status.
|
String |
toString() |
public void add(State<?> state)
public boolean hasState(Enum... statesToTest)
statesToTest - The states to look fortrue if all states are presentpublic Collection<State> getStates()
Copyright © 2021 LSST. All rights reserved.