public interface ACIDMitigation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Base Comment
A
C
I
D
Modifier and Type | Method and Description |
---|---|
A_mitigation |
getA()
Returns the value of the 'A' attribute.
|
org.eclipse.uml2.uml.Comment |
getBase_Comment()
Returns the value of the 'Base Comment' reference.
|
C_mitigation |
getC()
Returns the value of the 'C' attribute.
|
D_mitigation |
getD()
Returns the value of the 'D' attribute.
|
I_mitigation |
getI()
Returns the value of the 'I' attribute.
|
void |
setA(A_mitigation value)
Sets the value of the '
A ' attribute. |
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setC(C_mitigation value)
Sets the value of the '
C ' attribute. |
void |
setD(D_mitigation value)
Sets the value of the '
D ' attribute. |
void |
setI(I_mitigation value)
Sets the value of the '
I ' attribute. |
org.eclipse.uml2.uml.Comment getBase_Comment()
If the meaning of the 'Base Comment' reference isn't clear, there really should be more of a description here...
setBase_Comment(Comment)
,
FailurePropagationPackage.getACIDMitigation_Base_Comment()
void setBase_Comment(org.eclipse.uml2.uml.Comment value)
Base Comment
' reference.
value
- the new value of the 'Base Comment' reference.getBase_Comment()
A_mitigation getA()
A_mitigation
.
If the meaning of the 'A' attribute isn't clear, there really should be more of a description here...
A_mitigation
,
setA(A_mitigation)
,
FailurePropagationPackage.getACIDMitigation_A()
void setA(A_mitigation value)
A
' attribute.
value
- the new value of the 'A' attribute.A_mitigation
,
getA()
C_mitigation getC()
C_mitigation
.
If the meaning of the 'C' attribute isn't clear, there really should be more of a description here...
C_mitigation
,
setC(C_mitigation)
,
FailurePropagationPackage.getACIDMitigation_C()
void setC(C_mitigation value)
C
' attribute.
value
- the new value of the 'C' attribute.C_mitigation
,
getC()
I_mitigation getI()
I_mitigation
.
If the meaning of the 'I' attribute isn't clear, there really should be more of a description here...
I_mitigation
,
setI(I_mitigation)
,
FailurePropagationPackage.getACIDMitigation_I()
void setI(I_mitigation value)
I
' attribute.
value
- the new value of the 'I' attribute.I_mitigation
,
getI()
D_mitigation getD()
D_mitigation
.
If the meaning of the 'D' attribute isn't clear, there really should be more of a description here...
D_mitigation
,
setD(D_mitigation)
,
FailurePropagationPackage.getACIDMitigation_D()
void setD(D_mitigation value)
D
' attribute.
value
- the new value of the 'D' attribute.D_mitigation
,
getD()