public interface FailureDetection extends MMActivities
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> |
getOnDetection()
Returns the value of the 'On Detection' reference list.
|
org.eclipse.uml2.uml.Activity |
getOnDetection(java.lang.String name)
Retrieves the first
Activity with the specified 'Name' from the 'On Detection' reference list. |
org.eclipse.uml2.uml.Activity |
getOnDetection(java.lang.String name,
boolean ignoreCase)
Retrieves the first
Activity with the specified 'Name' from the 'On Detection' reference list. |
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.emf.common.util.EList<org.eclipse.uml2.uml.Activity> getOnDetection()
Activity
.
If the meaning of the 'On Detection' reference list isn't clear, there really should be more of a description here...
MaintenanceMonitoringPackage.getFailureDetection_OnDetection()
org.eclipse.uml2.uml.Activity getOnDetection(java.lang.String name)
Activity
with the specified 'Name' from the 'On Detection' reference list.
name
- The 'Name' of the Activity
to retrieve, or null
.Activity
with the specified 'Name', or null
.getOnDetection()
org.eclipse.uml2.uml.Activity getOnDetection(java.lang.String name, boolean ignoreCase)
Activity
with the specified 'Name' from the 'On Detection' reference list.
name
- The 'Name' of the Activity
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.Activity
with the specified 'Name', or null
.getOnDetection()