Package | Description |
---|---|
org.osate.xtext.aadl2.errormodel.errorModel | |
org.osate.xtext.aadl2.errormodel.errorModel.impl | |
org.osate.xtext.aadl2.errormodel.errorModel.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorBehaviorEvent
A representation of the model object 'Error Behavior Event'.
|
interface |
ErrorEvent
A representation of the model object 'Error Event'.
|
interface |
ErrorPropagation
A representation of the model object 'Error Propagation'.
|
interface |
RecoverEvent
A representation of the model object 'Recover Event'.
|
interface |
RepairEvent
A representation of the model object 'Repair Event'.
|
Modifier and Type | Method and Description |
---|---|
EventOrPropagation |
ErrorModelFactory.createEventOrPropagation()
Returns a new object of class 'Event Or Propagation'.
|
EventOrPropagation |
ConditionElement.getIncoming()
Returns the value of the 'Incoming' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionElement.setIncoming(EventOrPropagation value)
Sets the value of the '
Incoming ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ErrorBehaviorEventImpl
An implementation of the model object 'Error Behavior Event'.
|
class |
ErrorEventImpl
An implementation of the model object 'Error Event'.
|
class |
ErrorPropagationImpl
An implementation of the model object 'Error Propagation'.
|
class |
EventOrPropagationImpl
An implementation of the model object 'Event Or Propagation'.
|
class |
RecoverEventImpl
An implementation of the model object 'Recover Event'.
|
class |
RepairEventImpl
An implementation of the model object 'Repair Event'.
|
Modifier and Type | Method and Description |
---|---|
EventOrPropagation |
ConditionElementImpl.basicGetIncoming() |
EventOrPropagation |
ErrorModelFactoryImpl.createEventOrPropagation() |
EventOrPropagation |
ConditionElementImpl.getIncoming() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionElementImpl.setIncoming(EventOrPropagation newIncoming) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseEventOrPropagation(EventOrPropagation object)
Returns the result of interpreting the object as an instance of 'Event Or Propagation'.
|