public interface FailureMode
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' reference.
|
java.lang.String |
getControllability()
Returns the value of the 'Controllability' attribute.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getExposure()
Returns the value of the 'Exposure' attribute.
|
java.lang.String |
getLikelihood()
Returns the value of the 'Likelihood' attribute.
|
java.lang.String |
getSeverity()
Returns the value of the 'Severity' attribute.
|
void |
setBase_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class ' reference. |
void |
setControllability(java.lang.String value)
Sets the value of the '
Controllability ' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setExposure(java.lang.String value)
Sets the value of the '
Exposure ' attribute. |
void |
setLikelihood(java.lang.String value)
Sets the value of the '
Likelihood ' attribute. |
void |
setSeverity(java.lang.String value)
Sets the value of the '
Severity ' attribute. |
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class)
,
DependableComponentPackage.getFailureMode_Base_Class()
void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBase_Class()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
DependableComponentPackage.getFailureMode_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getSeverity()
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
setSeverity(String)
,
DependableComponentPackage.getFailureMode_Severity()
void setSeverity(java.lang.String value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.getSeverity()
java.lang.String getExposure()
If the meaning of the 'Exposure' attribute isn't clear, there really should be more of a description here...
setExposure(String)
,
DependableComponentPackage.getFailureMode_Exposure()
void setExposure(java.lang.String value)
Exposure
' attribute.
value
- the new value of the 'Exposure' attribute.getExposure()
java.lang.String getControllability()
If the meaning of the 'Controllability' attribute isn't clear, there really should be more of a description here...
setControllability(String)
,
DependableComponentPackage.getFailureMode_Controllability()
void setControllability(java.lang.String value)
Controllability
' attribute.
value
- the new value of the 'Controllability' attribute.getControllability()
java.lang.String getLikelihood()
If the meaning of the 'Likelihood' attribute isn't clear, there really should be more of a description here...
setLikelihood(String)
,
DependableComponentPackage.getFailureMode_Likelihood()
void setLikelihood(java.lang.String value)
Likelihood
' attribute.
value
- the new value of the 'Likelihood' attribute.getLikelihood()