public interface Replace extends MMActivities
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Activity |
getReplacement()
Returns the value of the 'Replacement' reference.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> |
getTargets()
Returns the value of the 'Targets' reference list.
|
org.eclipse.uml2.uml.Property |
getTargets(java.lang.String name,
org.eclipse.uml2.uml.Type type)
Retrieves the first
Property with the specified 'Name', and 'Type' from the 'Targets' reference list. |
org.eclipse.uml2.uml.Property |
getTargets(java.lang.String name,
org.eclipse.uml2.uml.Type type,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first
Property with the specified 'Name', and 'Type' from the 'Targets' reference list. |
void |
setReplacement(org.eclipse.uml2.uml.Activity value)
Sets the value of the '
Replacement ' 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.emf.common.util.EList<org.eclipse.uml2.uml.Property> getTargets()
Property
.
If the meaning of the 'Targets' reference list isn't clear, there really should be more of a description here...
MaintenanceMonitoringPackage.getReplace_Targets()
org.eclipse.uml2.uml.Property getTargets(java.lang.String name, org.eclipse.uml2.uml.Type type)
Property
with the specified 'Name', and 'Type' from the 'Targets' reference list.
name
- The 'Name' of the Property
to retrieve, or null
.type
- The 'Type' of the Property
to retrieve, or null
.Property
with the specified 'Name', and 'Type', or null
.getTargets()
org.eclipse.uml2.uml.Property getTargets(java.lang.String name, org.eclipse.uml2.uml.Type type, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
Property
with the specified 'Name', and 'Type' from the 'Targets' reference list.
name
- The 'Name' of the Property
to retrieve, or null
.type
- The 'Type' of the Property
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Property
to retrieve, or null
.Property
with the specified 'Name', and 'Type', or null
.getTargets()
org.eclipse.uml2.uml.Activity getReplacement()
If the meaning of the 'Replacement' reference isn't clear, there really should be more of a description here...
setReplacement(Activity)
,
MaintenanceMonitoringPackage.getReplace_Replacement()
void setReplacement(org.eclipse.uml2.uml.Activity value)
Replacement
' reference.
value
- the new value of the 'Replacement' reference.getReplacement()