|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OccurrenceSpecification
A representation of the model object 'Occurrence Specification'. An occurrence specification is the basic semantic unit of interactions. The sequences of occurrences specified by them are the meanings of interactions.
The following features are supported:
UMLPackage.getOccurrenceSpecification()
Field Summary |
---|
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
Event |
getEvent()
Returns the value of the 'Event' reference |
GeneralOrdering |
getToAfter(java.lang.String name)
Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list |
GeneralOrdering |
getToAfter(java.lang.String name,
boolean ignoreCase)
Retrieves the first GeneralOrdering with the specified 'Name' from the 'To After' reference list |
org.eclipse.emf.common.util.EList<GeneralOrdering> |
getToAfters()
Returns the value of the 'To After' reference list. |
GeneralOrdering |
getToBefore(java.lang.String name)
Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list |
GeneralOrdering |
getToBefore(java.lang.String name,
boolean ignoreCase)
Retrieves the first GeneralOrdering with the specified 'Name' from the 'To Before' reference list |
org.eclipse.emf.common.util.EList<GeneralOrdering> |
getToBefores()
Returns the value of the 'To Before' reference list. |
void |
setEvent(Event value)
Sets the value of the ' Event ' reference |
Methods inherited from interface org.eclipse.uml2.uml.InteractionFragment |
---|
createGeneralOrdering, getCovered, getCovered, getCovereds, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, getGeneralOrdering, getGeneralOrderings, setEnclosingInteraction, setEnclosingOperand |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
allNamespaces, allOwningPackages, createDependency, createNameExpression, createUsage, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<GeneralOrdering> getToBefores()
GeneralOrdering
.
It is bidirectional and its opposite is 'After
'.
References the GeneralOrderings that specify EventOcurrences that must occur before this OccurrenceSpecification
UMLPackage.getOccurrenceSpecification_ToBefore()
,
GeneralOrdering.getAfter()
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, or null
.
GeneralOrdering
with the specified 'Name', or null
.getToBefores()
GeneralOrdering getToBefore(java.lang.String name, boolean ignoreCase)
GeneralOrdering
with the specified 'Name' from the 'To Before' reference list.
name
- The 'Name' of the GeneralOrdering
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.
GeneralOrdering
with the specified 'Name', or null
.getToBefores()
Event getEvent()
setEvent(Event)
,
UMLPackage.getOccurrenceSpecification_Event()
void setEvent(Event value)
Event
' reference.
value
- the new value of the 'Event' reference.getEvent()
org.eclipse.emf.common.util.EList<GeneralOrdering> getToAfters()
GeneralOrdering
.
It is bidirectional and its opposite is 'Before
'.
References the GeneralOrderings that specify EventOcurrences that must occur after this OccurrenceSpecification
UMLPackage.getOccurrenceSpecification_ToAfter()
,
GeneralOrdering.getBefore()
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, or null
.
GeneralOrdering
with the specified 'Name', or null
.getToAfters()
GeneralOrdering getToAfter(java.lang.String name, boolean ignoreCase)
GeneralOrdering
with the specified 'Name' from the 'To After' reference list.
name
- The 'Name' of the GeneralOrdering
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.
GeneralOrdering
with the specified 'Name', or null
.getToAfters()
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |