public interface ErrorDetection extends MMActivities
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorrectionProbability()
Returns the value of the 'Correction Probability' attribute.
|
org.eclipse.uml2.uml.Property |
getTargets()
Returns the value of the 'Targets' reference.
|
void |
setCorrectionProbability(java.lang.String value)
Sets the value of the '
Correction Probability ' attribute. |
void |
setTargets(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Targets ' reference. |
getBase_Action, getBase_Activity, getDuration, getOnCompletion, getOnCompletion, getOnCompletion, getOnFailedCompletion, getOnFailedCompletion, getOnFailedCompletion, getOnSuccessfulCompletion, getOnSuccessfulCompletion, getOnSuccessfulCompletion, getProbSuccess, getWhen, setBase_Action, setBase_Activity, setDuration, setProbSuccess, setWhen
org.eclipse.uml2.uml.Property getTargets()
If the meaning of the 'Targets' reference isn't clear, there really should be more of a description here...
setTargets(Property)
,
MaintenanceMonitoringPackage.getErrorDetection_Targets()
void setTargets(org.eclipse.uml2.uml.Property value)
Targets
' reference.
value
- the new value of the 'Targets' reference.getTargets()
java.lang.String getCorrectionProbability()
If the meaning of the 'Correction Probability' attribute isn't clear, there really should be more of a description here...
setCorrectionProbability(String)
,
MaintenanceMonitoringPackage.getErrorDetection_CorrectionProbability()
void setCorrectionProbability(java.lang.String value)
Correction Probability
' attribute.
value
- the new value of the 'Correction Probability' attribute.getCorrectionProbability()