|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Execution Occurrence'. An ExecutionOccurrence is an instantiation of a unit of behavior within the Lifeline. Since the ExecutionOccurrence will have some duration, it is represented by two Eventoccurrences, the start EventOccurrence and the finish EventOccurrence. An ExecutionOccurrence is an InteractionFragment.
The following features are supported:
UML2Package.getExecutionOccurrence()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
Behavior |
getBehavior(String unqualifiedName)
Retrieves the Behavior with the specified name from the 'Behavior' reference list |
EList |
getBehaviors()
Returns the value of the 'Behavior' reference list. |
EventOccurrence |
getFinish()
Returns the value of the 'Finish' reference. |
EventOccurrence |
getStart()
Returns the value of the 'Start' reference. |
void |
setFinish(EventOccurrence value)
Sets the value of the ' Finish ' reference |
void |
setStart(EventOccurrence value)
Sets the value of the ' Start ' reference |
Methods inherited from interface org.eclipse.uml2.InteractionFragment |
createGeneralOrdering, getCovered, getCovereds, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, getGeneralOrderings, getNamespace, getOwnedElements, setEnclosingInteraction, setEnclosingOperand |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public EventOccurrence getStart()
Start Exec
'.
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
References the Eventoccurrence that designates the start of the Action
setStart(EventOccurrence)
,
UML2Package.getExecutionOccurrence_Start()
,
EventOccurrence.getStartExecs()
public void setStart(EventOccurrence value)
Start
' reference.
value
- the new value of the 'Start' reference.getStart()
public EventOccurrence getFinish()
Finish Exec
'.
If the meaning of the 'Finish' reference isn't clear, there really should be more of a description here...
References the Eventoccurrence that designates the finish of the Action.
setFinish(EventOccurrence)
,
UML2Package.getExecutionOccurrence_Finish()
,
EventOccurrence.getFinishExecs()
public void setFinish(EventOccurrence value)
Finish
' reference.
value
- the new value of the 'Finish' reference.getFinish()
public EList getBehaviors()
Behavior
.
If the meaning of the 'Behavior' reference list isn't clear, there really should be more of a description here...
References the associated behavior
UML2Package.getExecutionOccurrence_Behavior()
public Behavior getBehavior(String unqualifiedName)
Behavior
with the specified name from the 'Behavior' reference list.
unqualifiedName
- The unqualified name of the Behavior
to retrieve.
Behavior
with the specified name, or null
.getBehaviors()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |