|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Event Occurrence'. EventOccurrences represents moments in time to which Actions are associated. An EventOccurrence is the basic semantic unit of Interactions. The sequences of Eventoccurrences are the meanings of Interactions. Messages are sent through either asynchronous signal sending or operation calls. Likewise they are recieved by Receptions or actions of consumption. EventOccurrence is a specialization of InteractionFragment and of MessageEnd. EventOccurrences are ordered along a Lifeline. The namespace of an EventOccurrence is the Interaction in which it is contained.
The following features are supported:
UML2Package.getEventOccurrence()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
EList |
getCovereds()
|
ExecutionOccurrence |
getFinishExec(String unqualifiedName)
Retrieves the ExecutionOccurrence with the specified name from the 'Finish Exec' reference list |
EList |
getFinishExecs()
Returns the value of the 'Finish Exec' reference list. |
ExecutionOccurrence |
getStartExec(String unqualifiedName)
Retrieves the ExecutionOccurrence with the specified name from the 'Start Exec' reference list |
EList |
getStartExecs()
Returns the value of the 'Start Exec' reference list. |
GeneralOrdering |
getToAfter(String unqualifiedName)
Retrieves the GeneralOrdering with the specified name from the 'To After' reference list |
EList |
getToAfters()
Returns the value of the 'To After' reference list. |
GeneralOrdering |
getToBefore(String unqualifiedName)
Retrieves the GeneralOrdering with the specified name from the 'To Before' reference list |
EList |
getToBefores()
Returns the value of the 'To Before' reference list. |
Methods inherited from interface org.eclipse.uml2.InteractionFragment |
createGeneralOrdering, getCovered, 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 |
Methods inherited from interface org.eclipse.uml2.MessageEnd |
getReceiveMessage, getSendMessage, setReceiveMessage, setSendMessage |
Field Detail |
public static final String copyright
Method Detail |
public EList getStartExecs()
ExecutionOccurrence
.
It is bidirectional and its opposite is 'Start
'.
If the meaning of the 'Start Exec' reference list isn't clear, there really should be more of a description here...
UML2Package.getEventOccurrence_StartExec()
,
ExecutionOccurrence.getStart()
public ExecutionOccurrence getStartExec(String unqualifiedName)
ExecutionOccurrence
with the specified name from the 'Start Exec' reference list.
unqualifiedName
- The unqualified name of the ExecutionOccurrence
to retrieve.
ExecutionOccurrence
with the specified name, or null
.getStartExecs()
public EList getFinishExecs()
ExecutionOccurrence
.
It is bidirectional and its opposite is 'Finish
'.
If the meaning of the 'Finish Exec' reference list isn't clear, there really should be more of a description here...
UML2Package.getEventOccurrence_FinishExec()
,
ExecutionOccurrence.getFinish()
public ExecutionOccurrence getFinishExec(String unqualifiedName)
ExecutionOccurrence
with the specified name from the 'Finish Exec' reference list.
unqualifiedName
- The unqualified name of the ExecutionOccurrence
to retrieve.
ExecutionOccurrence
with the specified name, or null
.getFinishExecs()
public EList getToAfters()
GeneralOrdering
.
It is bidirectional and its opposite is 'Before
'.
If the meaning of the 'To After' reference list isn't clear, there really should be more of a description here...
UML2Package.getEventOccurrence_ToAfter()
,
GeneralOrdering.getBefore()
public GeneralOrdering getToAfter(String unqualifiedName)
GeneralOrdering
with the specified name from the 'To After' reference list.
unqualifiedName
- The unqualified name of the GeneralOrdering
to retrieve.
GeneralOrdering
with the specified name, or null
.getToAfters()
public EList getToBefores()
GeneralOrdering
.
It is bidirectional and its opposite is 'After
'.
If the meaning of the 'To Before' reference list isn't clear, there really should be more of a description here...
UML2Package.getEventOccurrence_ToBefore()
,
GeneralOrdering.getAfter()
public GeneralOrdering getToBefore(String unqualifiedName)
GeneralOrdering
with the specified name from the 'To Before' reference list.
unqualifiedName
- The unqualified name of the GeneralOrdering
to retrieve.
GeneralOrdering
with the specified name, or null
.getToBefores()
public EList getCovereds()
getCovereds
in interface InteractionFragment
UML2Package.getInteractionFragment_Covered()
,
Lifeline.getCoveredBys()
|
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 |