public interface MMActivities
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Action |
getBase_Action()
Returns the value of the 'Base Action' reference.
|
org.eclipse.uml2.uml.Activity |
getBase_Activity()
Returns the value of the 'Base Activity' reference.
|
java.lang.String |
getDuration()
Returns the value of the 'Duration' attribute.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> |
getOnCompletion()
Returns the value of the 'On Completion' reference list.
|
org.eclipse.uml2.uml.Activity |
getOnCompletion(java.lang.String name)
Retrieves the first
Activity with the specified 'Name' from the 'On Completion' reference list. |
org.eclipse.uml2.uml.Activity |
getOnCompletion(java.lang.String name,
boolean ignoreCase)
Retrieves the first
Activity with the specified 'Name' from the 'On Completion' reference list. |
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> |
getOnFailedCompletion()
Returns the value of the 'On Failed Completion' reference list.
|
org.eclipse.uml2.uml.Activity |
getOnFailedCompletion(java.lang.String name)
Retrieves the first
Activity with the specified 'Name' from the 'On Failed Completion' reference list. |
org.eclipse.uml2.uml.Activity |
getOnFailedCompletion(java.lang.String name,
boolean ignoreCase)
Retrieves the first
Activity with the specified 'Name' from the 'On Failed Completion' reference list. |
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> |
getOnSuccessfulCompletion()
Returns the value of the 'On Successful Completion' reference list.
|
org.eclipse.uml2.uml.Activity |
getOnSuccessfulCompletion(java.lang.String name)
Retrieves the first
Activity with the specified 'Name' from the 'On Successful Completion' reference list. |
org.eclipse.uml2.uml.Activity |
getOnSuccessfulCompletion(java.lang.String name,
boolean ignoreCase)
Retrieves the first
Activity with the specified 'Name' from the 'On Successful Completion' reference list. |
java.lang.String |
getProbSuccess()
Returns the value of the 'Prob Success' attribute.
|
java.lang.String |
getWhen()
Returns the value of the 'When' attribute.
|
void |
setBase_Action(org.eclipse.uml2.uml.Action value)
Sets the value of the '
Base Action ' reference. |
void |
setBase_Activity(org.eclipse.uml2.uml.Activity value)
Sets the value of the '
Base Activity ' reference. |
void |
setDuration(java.lang.String value)
Sets the value of the '
Duration ' attribute. |
void |
setProbSuccess(java.lang.String value)
Sets the value of the '
Prob Success ' attribute. |
void |
setWhen(java.lang.String value)
Sets the value of the '
When ' attribute. |
org.eclipse.uml2.uml.Activity getBase_Activity()
If the meaning of the 'Base Activity' reference isn't clear, there really should be more of a description here...
setBase_Activity(Activity)
,
MaintenanceMonitoringPackage.getMMActivities_Base_Activity()
void setBase_Activity(org.eclipse.uml2.uml.Activity value)
Base Activity
' reference.
value
- the new value of the 'Base Activity' reference.getBase_Activity()
java.lang.String getWhen()
If the meaning of the 'When' attribute isn't clear, there really should be more of a description here...
setWhen(String)
,
MaintenanceMonitoringPackage.getMMActivities_When()
void setWhen(java.lang.String value)
When
' attribute.
value
- the new value of the 'When' attribute.getWhen()
java.lang.String getDuration()
If the meaning of the 'Duration' attribute isn't clear, there really should be more of a description here...
setDuration(String)
,
MaintenanceMonitoringPackage.getMMActivities_Duration()
void setDuration(java.lang.String value)
Duration
' attribute.
value
- the new value of the 'Duration' attribute.getDuration()
java.lang.String getProbSuccess()
If the meaning of the 'Prob Success' attribute isn't clear, there really should be more of a description here...
setProbSuccess(String)
,
MaintenanceMonitoringPackage.getMMActivities_ProbSuccess()
void setProbSuccess(java.lang.String value)
Prob Success
' attribute.
value
- the new value of the 'Prob Success' attribute.getProbSuccess()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> getOnCompletion()
Activity
.
If the meaning of the 'On Completion' reference list isn't clear, there really should be more of a description here...
MaintenanceMonitoringPackage.getMMActivities_OnCompletion()
org.eclipse.uml2.uml.Activity getOnCompletion(java.lang.String name)
Activity
with the specified 'Name' from the 'On Completion' reference list.
name
- The 'Name' of the Activity
to retrieve, or null
.Activity
with the specified 'Name', or null
.getOnCompletion()
org.eclipse.uml2.uml.Activity getOnCompletion(java.lang.String name, boolean ignoreCase)
Activity
with the specified 'Name' from the 'On Completion' 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
.getOnCompletion()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> getOnSuccessfulCompletion()
Activity
.
If the meaning of the 'On Successful Completion' reference list isn't clear, there really should be more of a description here...
MaintenanceMonitoringPackage.getMMActivities_OnSuccessfulCompletion()
org.eclipse.uml2.uml.Activity getOnSuccessfulCompletion(java.lang.String name)
Activity
with the specified 'Name' from the 'On Successful Completion' reference list.
name
- The 'Name' of the Activity
to retrieve, or null
.Activity
with the specified 'Name', or null
.getOnSuccessfulCompletion()
org.eclipse.uml2.uml.Activity getOnSuccessfulCompletion(java.lang.String name, boolean ignoreCase)
Activity
with the specified 'Name' from the 'On Successful Completion' 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
.getOnSuccessfulCompletion()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Activity> getOnFailedCompletion()
Activity
.
If the meaning of the 'On Failed Completion' reference list isn't clear, there really should be more of a description here...
MaintenanceMonitoringPackage.getMMActivities_OnFailedCompletion()
org.eclipse.uml2.uml.Activity getOnFailedCompletion(java.lang.String name)
Activity
with the specified 'Name' from the 'On Failed Completion' reference list.
name
- The 'Name' of the Activity
to retrieve, or null
.Activity
with the specified 'Name', or null
.getOnFailedCompletion()
org.eclipse.uml2.uml.Activity getOnFailedCompletion(java.lang.String name, boolean ignoreCase)
Activity
with the specified 'Name' from the 'On Failed Completion' 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
.getOnFailedCompletion()
org.eclipse.uml2.uml.Action getBase_Action()
If the meaning of the 'Base Action' reference isn't clear, there really should be more of a description here...
setBase_Action(Action)
,
MaintenanceMonitoringPackage.getMMActivities_Base_Action()
void setBase_Action(org.eclipse.uml2.uml.Action value)
Base Action
' reference.
value
- the new value of the 'Base Action' reference.getBase_Action()