Modifier and Type | Interface and Description |
---|---|
interface |
ErrorBehaviorState
A representation of the model object 'Error Behavior State'.
|
interface |
TypeSet
A representation of the model object 'Type Set'.
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateOrTypeSet |
ErrorModelFactory.createErrorBehaviorStateOrTypeSet()
Returns a new object of class 'Error Behavior State Or Type Set'.
|
ErrorBehaviorStateOrTypeSet |
ErrorSource.getFailureModeReference()
Returns the value of the 'Failure Mode Reference' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorSource.setFailureModeReference(ErrorBehaviorStateOrTypeSet value)
Sets the value of the '
Failure Mode Reference ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorBehaviorStateImpl
An implementation of the model object 'Error Behavior State'.
|
class |
ErrorBehaviorStateOrTypeSetImpl
An implementation of the model object 'Error Behavior State Or Type Set'.
|
class |
TypeSetImpl
An implementation of the model object 'Type Set'.
|
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateOrTypeSet |
ErrorSourceImpl.basicGetFailureModeReference() |
ErrorBehaviorStateOrTypeSet |
ErrorModelFactoryImpl.createErrorBehaviorStateOrTypeSet() |
ErrorBehaviorStateOrTypeSet |
ErrorSourceImpl.getFailureModeReference() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorSourceImpl.setFailureModeReference(ErrorBehaviorStateOrTypeSet newFailureModeReference) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseErrorBehaviorStateOrTypeSet(ErrorBehaviorStateOrTypeSet object)
Returns the result of interpreting the object as an instance of 'Error Behavior State Or Type Set'.
|