Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateMachine |
ErrorModelFactory.createErrorBehaviorStateMachine()
Returns a new object of class 'Error Behavior State Machine'.
|
ErrorBehaviorStateMachine |
ErrorBehaviorStateMachine.getExtends()
Returns the value of the 'Extends' reference.
|
ErrorBehaviorStateMachine |
ErrorPropagations.getUseBehavior()
Returns the value of the 'Use Behavior' reference.
|
ErrorBehaviorStateMachine |
CompositeErrorBehavior.getUseBehavior()
Returns the value of the 'Use Behavior' reference.
|
ErrorBehaviorStateMachine |
ComponentErrorBehavior.getUseBehavior()
Returns the value of the 'Use Behavior' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorStateMachine> |
ErrorModelLibrary.getBehaviors()
Returns the value of the 'Behaviors' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorBehaviorStateMachine.setExtends(ErrorBehaviorStateMachine value)
Sets the value of the '
Extends ' reference. |
void |
ErrorPropagations.setUseBehavior(ErrorBehaviorStateMachine value)
Sets the value of the '
Use Behavior ' reference. |
void |
CompositeErrorBehavior.setUseBehavior(ErrorBehaviorStateMachine value)
Sets the value of the '
Use Behavior ' reference. |
void |
ComponentErrorBehavior.setUseBehavior(ErrorBehaviorStateMachine value)
Sets the value of the '
Use Behavior ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorBehaviorStateMachineImpl
An implementation of the model object 'Error Behavior State Machine'.
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateMachine |
ErrorBehaviorStateMachineImpl.basicGetExtends() |
ErrorBehaviorStateMachine |
ErrorPropagationsImpl.basicGetUseBehavior() |
ErrorBehaviorStateMachine |
CompositeErrorBehaviorImpl.basicGetUseBehavior() |
ErrorBehaviorStateMachine |
ComponentErrorBehaviorImpl.basicGetUseBehavior() |
ErrorBehaviorStateMachine |
ErrorModelFactoryImpl.createErrorBehaviorStateMachine() |
ErrorBehaviorStateMachine |
ErrorBehaviorStateMachineImpl.getExtends() |
ErrorBehaviorStateMachine |
ErrorPropagationsImpl.getUseBehavior() |
ErrorBehaviorStateMachine |
CompositeErrorBehaviorImpl.getUseBehavior() |
ErrorBehaviorStateMachine |
ComponentErrorBehaviorImpl.getUseBehavior() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorStateMachine> |
ErrorModelLibraryImpl.getBehaviors() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorBehaviorStateMachineImpl.setExtends(ErrorBehaviorStateMachine newExtends) |
void |
ErrorPropagationsImpl.setUseBehavior(ErrorBehaviorStateMachine newUseBehavior) |
void |
CompositeErrorBehaviorImpl.setUseBehavior(ErrorBehaviorStateMachine newUseBehavior) |
void |
ComponentErrorBehaviorImpl.setUseBehavior(ErrorBehaviorStateMachine newUseBehavior) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorBehaviorStateMachine(ErrorBehaviorStateMachine object)
Returns the result of interpreting the object as an instance of 'Error Behavior State Machine'.
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateMachine |
EMLinkingService.findErrorBehaviorStateMachine(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorEvent |
EMLinkingService.findErrorBehaviorEventInEBSM(ErrorBehaviorStateMachine ebsm,
java.lang.String name) |
ErrorBehaviorState |
EMLinkingService.findErrorBehaviorStateInEBSM(ErrorBehaviorStateMachine ebsm,
java.lang.String name) |
ErrorBehaviorTransition |
EMLinkingService.findErrorBehaviorTransitionInEBSM(ErrorBehaviorStateMachine ebsm,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> |
ErrorModelScopeProvider.getAllEvents(ErrorBehaviorStateMachine context) |
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
ErrorModelScopeProvider.getAllStates(ErrorBehaviorStateMachine context) |
org.eclipse.xtext.scoping.IScope |
ErrorModelScopeProvider.scope_ErrorBehaviorState(ErrorBehaviorStateMachine context,
org.eclipse.emf.ecore.EReference reference) |
Modifier and Type | Method and Description |
---|---|
static ErrorBehaviorStateMachine |
EM2Util.getContainingErrorBehaviorStateMachine(org.eclipse.emf.ecore.EObject element)
get the state machine that contains the EM element
|
static ErrorBehaviorStateMachine |
EM2Util.getUseBehavior(EBSMUseContext context)
get UseBehavior, i.e., the referenced error behavior state machine
|
static ErrorBehaviorStateMachine |
EM2Util.getUsedErrorBehaviorStateMachine(org.eclipse.emf.ecore.EObject element)
get the EBSM referenced in the enclosing context, i.e., by the
component error behavior or composite error behavior declaration
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelJavaValidator.ErrorBehaviorStateMachine(ErrorBehaviorStateMachine ebsm) |