org.eclipse.uml2
Interface ExecutionOccurrence

All Superinterfaces:
Element, EModelElement, EObject, InteractionFragment, NamedElement, Notifier, TemplateableElement

public interface ExecutionOccurrence
extends InteractionFragment

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:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getStart

public EventOccurrence getStart()
Returns the value of the 'Start' reference. It is bidirectional and its opposite is '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

Returns:
the value of the 'Start' reference.
See Also:
setStart(EventOccurrence), UML2Package.getExecutionOccurrence_Start(), EventOccurrence.getStartExecs()

setStart

public void setStart(EventOccurrence value)
Sets the value of the 'Start' reference.

Parameters:
value - the new value of the 'Start' reference.
See Also:
getStart()

getFinish

public EventOccurrence getFinish()
Returns the value of the 'Finish' reference. It is bidirectional and its opposite is '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.

Returns:
the value of the 'Finish' reference.
See Also:
setFinish(EventOccurrence), UML2Package.getExecutionOccurrence_Finish(), EventOccurrence.getFinishExecs()

setFinish

public void setFinish(EventOccurrence value)
Sets the value of the 'Finish' reference.

Parameters:
value - the new value of the 'Finish' reference.
See Also:
getFinish()

getBehaviors

public EList getBehaviors()
Returns the value of the 'Behavior' reference list. The list contents are of type 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

Returns:
the value of the 'Behavior' reference list.
See Also:
UML2Package.getExecutionOccurrence_Behavior()

getBehavior

public Behavior getBehavior(String unqualifiedName)
Retrieves the Behavior with the specified name from the 'Behavior' reference list.

Parameters:
unqualifiedName - The unqualified name of the Behavior to retrieve.
Returns:
The Behavior with the specified name, or null.
See Also:
getBehaviors()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.