public static interface State.AggregateState extends State
State.AggregateState, State.Group| Modifier and Type | Method and Description |
|---|---|
void |
addState(StateObserver state) |
Conjunction |
getConjunction() |
void |
removeState(StateObserver state) |
getObserver, setget, getReversedObserveraddDataListener, addListener, removeDataListener, removeListenerConjunction getConjunction()
void addState(StateObserver state)
state - the state to add to this aggregate statevoid removeState(StateObserver state)
state - the state to remove from this aggregate state