|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActivityStateCtx | |
|---|---|
| gov.nasa.arc.brahms.common.rt | |
| Uses of ActivityStateCtx in gov.nasa.arc.brahms.common.rt |
|---|
| Methods in gov.nasa.arc.brahms.common.rt that return ActivityStateCtx | |
|---|---|
ActivityStateCtx |
ActivityStateCtx.getNextState()
Returns the next activity state that follows this activity state for the same activity |
ActivityStateCtx |
ActivityStateCtx.getPreviousState()
Returns the previous activity state specifying the previous state of this activity state's activity |
ActivityStateCtx |
ActivityCtx.getState()
Returns the current state of the activity context. |
| Methods in gov.nasa.arc.brahms.common.rt with parameters of type ActivityStateCtx | |
|---|---|
void |
ActivityStateCtx.setNextState(ActivityStateCtx state)
Sets the activity state to follow this activity state for the same activity |
void |
ActivityStateCtx.setPreviousState(ActivityStateCtx state)
Sets the previous activity state specifying the previous state of this activity state's activity |
void |
ActivityCtx.setState(ActivityStateCtx state)
Sets the current state of the activity context. |
void |
ActivityCtx.setState(ActivityStateCtx state,
boolean maintainHistory)
Sets the current state of the activity context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||