|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateOperator
An operation that provides the result of evaluating many states. These
are used by Structural
jobs to decide their own state.
It is illegal to pass the JobState.DESTROYED
state as
an argument. Behaviour is undefined in this instance.
Method Summary | |
---|---|
ParentState |
evaluate(State... states)
Evaluate the given states. |
Method Detail |
---|
ParentState evaluate(State... states)
states
- The states.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |