|
||||||||||||
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 java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
ExecutionOccurrence |
getFinishExec(java.lang.String name)
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(java.lang.String name)
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(java.lang.String name)
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(java.lang.String name)
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, createGeneralOrdering, getCovered, getCovereds, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, getGeneralOrderings, setEnclosingInteraction, setEnclosingOperand |
Methods inherited from interface org.eclipse.uml2.NamedElement |
---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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 java.lang.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(java.lang.String name)
ExecutionOccurrence
with the specified 'Name' from the 'Start Exec' reference list.
name
- The '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(java.lang.String name)
ExecutionOccurrence
with the specified 'Name' from the 'Finish Exec' reference list.
name
- The '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(java.lang.String name)
GeneralOrdering
with the specified 'Name' from the 'To After' reference list.
name
- The '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(java.lang.String name)
GeneralOrdering
with the specified 'Name' from the 'To Before' reference list.
name
- The 'Name' of the GeneralOrdering
to retrieve.
GeneralOrdering
with the specified 'Name', or null
.getToBefores()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |