org.eclipse.uml2
Interface Continuation
- All Superinterfaces:
- Element, EModelElement, EObject, InteractionFragment, NamedElement, Notifier, TemplateableElement
- public interface Continuation
- extends InteractionFragment
A representation of the model object 'Continuation'.
A Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment. Continuations is intuitively similar to labels representing intermediate points in a flow of control.
The following features are supported:
- See Also:
UML2Package.getContinuation()
Method Summary |
boolean |
isSetting()
Returns the value of the 'Setting' attribute.
|
void |
setSetting(boolean value)
Sets the value of the 'Setting ' attribute |
Methods inherited from interface org.eclipse.uml2.InteractionFragment |
createGeneralOrdering, getCovered, getCovereds, 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.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.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
isSetting
public boolean isSetting()
- Returns the value of the 'Setting' attribute.
The default value is
"True"
.
If the meaning of the 'Setting' attribute isn't clear,
there really should be more of a description here...
True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning.
- Returns:
- the value of the 'Setting' attribute.
- See Also:
setSetting(boolean)
,
UML2Package.getContinuation_Setting()
setSetting
public void setSetting(boolean value)
- Sets the value of the '
Setting
' attribute.
- Parameters:
value
- the new value of the 'Setting' attribute.- See Also:
isSetting()