Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
ErrorModelStateAdapter.getErrorState() |
ErrorBehaviorState |
ErrorModelState.getErrorState()
current error behavior state of a component
Should only be set for components
FOr states with error types, the type token represents the token
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelStateAdapter.setErrorState(ErrorBehaviorState errorBehaviorState) |
void |
ErrorModelState.setErrorState(ErrorBehaviorState errorBehaviorState)
set the current error behavior state of a component
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
ErrorModelFactory.createErrorBehaviorState()
Returns a new object of class 'Error Behavior State'.
|
ErrorBehaviorState |
ErrorStateToModeMapping.getErrorState()
Returns the value of the 'Error State' reference.
|
ErrorBehaviorState |
ConditionElement.getReference()
Returns the value of the 'Reference' reference.
|
ErrorBehaviorState |
ErrorBehaviorTransition.getSource()
Returns the value of the 'Source' reference.
|
ErrorBehaviorState |
OutgoingPropagationCondition.getState()
Returns the value of the 'State' reference.
|
ErrorBehaviorState |
ErrorDetection.getState()
Returns the value of the 'State' reference.
|
ErrorBehaviorState |
CompositeState.getState()
Returns the value of the 'State' reference.
|
ErrorBehaviorState |
TransitionBranch.getTarget()
Returns the value of the 'Target' reference.
|
ErrorBehaviorState |
ErrorBehaviorTransition.getTarget()
Returns the value of the 'Target' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
ErrorBehaviorStateMachine.getStates()
Returns the value of the 'States' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorStateToModeMapping.setErrorState(ErrorBehaviorState value)
Sets the value of the '
Error State ' reference. |
void |
ConditionElement.setReference(ErrorBehaviorState value)
Sets the value of the '
Reference ' reference. |
void |
ErrorBehaviorTransition.setSource(ErrorBehaviorState value)
Sets the value of the '
Source ' reference. |
void |
OutgoingPropagationCondition.setState(ErrorBehaviorState value)
Sets the value of the '
State ' reference. |
void |
ErrorDetection.setState(ErrorBehaviorState value)
Sets the value of the '
State ' reference. |
void |
CompositeState.setState(ErrorBehaviorState value)
Sets the value of the '
State ' reference. |
void |
TransitionBranch.setTarget(ErrorBehaviorState value)
Sets the value of the '
Target ' reference. |
void |
ErrorBehaviorTransition.setTarget(ErrorBehaviorState value)
Sets the value of the '
Target ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorBehaviorStateImpl
An implementation of the model object 'Error Behavior State'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
ErrorBehaviorStateMachineImpl.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorStateToModeMappingImpl.setErrorState(ErrorBehaviorState newErrorState) |
void |
ConditionElementImpl.setReference(ErrorBehaviorState newReference) |
void |
ErrorBehaviorTransitionImpl.setSource(ErrorBehaviorState newSource) |
void |
OutgoingPropagationConditionImpl.setState(ErrorBehaviorState newState) |
void |
ErrorDetectionImpl.setState(ErrorBehaviorState newState) |
void |
CompositeStateImpl.setState(ErrorBehaviorState newState) |
void |
TransitionBranchImpl.setTarget(ErrorBehaviorState newTarget) |
void |
ErrorBehaviorTransitionImpl.setTarget(ErrorBehaviorState newTarget) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorBehaviorState(ErrorBehaviorState object)
Returns the result of interpreting the object as an instance of 'Error Behavior State'.
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
EMLinkingService.findErrorBehaviorState(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
ErrorBehaviorState |
EMLinkingService.findErrorBehaviorStateInEBSM(ErrorBehaviorStateMachine ebsm,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
ErrorModelScopeProvider.getAllStates(ErrorBehaviorStateMachine context) |