Package | Description |
---|---|
org.polarsys.chess.xtext.flaDsl | |
org.polarsys.chess.xtext.flaDsl.impl | |
org.polarsys.chess.xtext.flaDsl.util |
Modifier and Type | Method and Description |
---|---|
ACIDMitigation |
FlaDslFactory.createACIDMitigation()
Returns a new object of class 'ACID Mitigation'.
|
ACIDMitigation |
NoFailureDefinition.getAcidMitigation()
Returns the value of the 'Acid Mitigation' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
NoFailureDefinition.setAcidMitigation(ACIDMitigation value)
Sets the value of the '
Acid Mitigation ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ACIDMitigationImpl
An implementation of the model object 'ACID Mitigation'.
|
Modifier and Type | Method and Description |
---|---|
ACIDMitigation |
FlaDslFactoryImpl.createACIDMitigation() |
ACIDMitigation |
NoFailureDefinitionImpl.getAcidMitigation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
NoFailureDefinitionImpl.basicSetAcidMitigation(ACIDMitigation newAcidMitigation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
NoFailureDefinitionImpl.setAcidMitigation(ACIDMitigation newAcidMitigation) |
Modifier and Type | Method and Description |
---|---|
T |
FlaDslSwitch.caseACIDMitigation(ACIDMitigation object)
Returns the result of interpreting the object as an instance of 'ACID Mitigation'.
|