public interface Stateful
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiaInstancePackage.getStateful()| Modifier and Type | Method and Description |
|---|---|
CpsState |
getCpsExecutionState()
Returns the value of the 'Cps Execution State' attribute.
|
State |
getExecutionState()
Returns the value of the 'Execution State' attribute.
|
void |
setCpsExecutionState(CpsState value)
Sets the value of the '
Cps Execution State' attribute. |
void |
setExecutionState(State value)
Sets the value of the '
Execution State' attribute. |
State getExecutionState()
State.
If the meaning of the 'Execution State' attribute isn't clear, there really should be more of a description here...
State,
setExecutionState(State),
SofiaInstancePackage.getStateful_ExecutionState()void setExecutionState(State value)
Execution State' attribute.
value - the new value of the 'Execution State' attribute.State,
getExecutionState()CpsState getCpsExecutionState()
CpsState.
If the meaning of the 'Cps Execution State' attribute isn't clear, there really should be more of a description here...
CpsState,
setCpsExecutionState(CpsState),
SofiaInstancePackage.getStateful_CpsExecutionState()void setCpsExecutionState(CpsState value)
Cps Execution State' attribute.
value - the new value of the 'Cps Execution State' attribute.CpsState,
getCpsExecutionState()Copyright © 2018. All rights reserved.