public interface Continuation extends InteractionFragment
The following features are supported:
UMLPackage.getContinuation()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
boolean |
isSetting()
Returns the value of the 'Setting' attribute.
|
void |
setSetting(boolean value)
Sets the value of the '
Setting ' attribute |
boolean |
validateFirstOrLastInteractionFragment(DiagnosticChain diagnostics,
Map context)
Continuations always occur as the very first InteractionFragment or the very last InteractionFragment of the enclosing InteractionFragment.
|
boolean |
validateGlobal(DiagnosticChain diagnostics,
Map context)
Continuations are always global in the enclosing InteractionFragment e.g. it always covers all Lifelines covered by the enclosing
InteractionFragment.
|
boolean |
validateSameName(DiagnosticChain diagnostics,
Map context)
Continuations with the same name may only cover the same set of Lifelines (within one Classifier).
|
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
boolean isSetting()
"true"
.
True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning.
setSetting(boolean)
,
UMLPackage.getContinuation_Setting()
void setSetting(boolean value)
Setting
' attribute.
value
- the new value of the 'Setting' attribute.isSetting()
boolean validateSameName(DiagnosticChain diagnostics, Map context)
boolean validateGlobal(DiagnosticChain diagnostics, Map context)
boolean validateFirstOrLastInteractionFragment(DiagnosticChain diagnostics, Map context)