public interface OccurrenceSpecification extends InteractionFragment
The following features are supported:
UMLPackage.getOccurrenceSpecification()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
Event |
getEvent()
Returns the value of the 'Event' reference
|
GeneralOrdering |
getToAfter(String name)
Retrieves the first
GeneralOrdering with the specified 'Name' from the '
To After' reference list |
GeneralOrdering |
getToAfter(String name,
boolean ignoreCase)
Retrieves the first
GeneralOrdering with the specified 'Name' from the '
To After' reference list |
MDWEList<GeneralOrdering> |
getToAfters()
Returns the value of the 'To After' reference list.
|
GeneralOrdering |
getToBefore(String name)
Retrieves the first
GeneralOrdering with the specified 'Name' from the '
To Before' reference list |
GeneralOrdering |
getToBefore(String name,
boolean ignoreCase)
Retrieves the first
GeneralOrdering with the specified 'Name' from the '
To Before' reference list |
MDWEList<GeneralOrdering> |
getToBefores()
Returns the value of the 'To Before' reference list.
|
void |
setEvent(Event value)
Sets the value of the '
Event ' reference |
createGeneralOrdering, getCovered, getCovered, getCovereds, getEnclosingInteraction, getEnclosingOperand, getGeneralOrdering, getGeneralOrdering, getGeneralOrderings, setEnclosingInteraction, setEnclosingOperand
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MDWEList<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(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(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()
MDWEList<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(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(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()