Package com.nomagic.magicdraw.uaf
Class UAF.ViewpointStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ViewpointStereotype
- Enclosing class:
- UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the Viewpoint to the Concerns that the Viewpoint addresses.static final StringThe interest of the stakeholders.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringThe languages used to express the Viewpoint.static final StringThe methods employed in the development of the Viewpoint.static final Stringstatic final StringThe purpose of the Viewpoint.static final StringRelates the Viewpoint to the Stakeholders whose Concerns are being addressed by the Viewpoint.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConcern(Element element, Element value) voidaddConcernList(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddLanguage(Element element, String value) voidvoidaddPresentation(Element element, String value) voidaddStakeholder(Element element, Element value) protected voidclear()voidclearConcern(Element element) voidclearConcernList(Element element) voidclearConformsTo(Element element) voidclearLanguage(Element element) voidclearMethod(Element element) voidclearPresentation(Element element) voidclearPurpose(Element element) voidclearStakeholder(Element element) voidgetConcern(Element element) getConcernList(Element element) getConformsTo(Element element) getLanguage(Element element) getPresentation(Element element) getPurpose(Element element) getStakeholder(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConcern(Element element, Element value) voidremoveConcernList(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveLanguage(Element element, String value) voidremoveMethod(Element element, String value) voidremovePresentation(Element element, String value) voidremoveStakeholder(Element element, Element value) voidsetConcern(Element element, Collection<? extends Element> value) voidsetConcernList(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetLanguage(Element element, Collection<String> value) voidsetMethod(Element element, Collection<String> value) voidsetPresentation(Element element, Collection<String> value) voidsetPurpose(Element element, String value) voidsetStakeholder(Element element, Collection<? extends Element> value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONCERN
Relates the Viewpoint to the Concerns that the Viewpoint addresses.- See Also:
-
LANGUAGE
The languages used to express the Viewpoint.- See Also:
-
METHOD
The methods employed in the development of the Viewpoint.- See Also:
-
PURPOSE
The purpose of the Viewpoint.- See Also:
-
STAKEHOLDER
Relates the Viewpoint to the Stakeholders whose Concerns are being addressed by the Viewpoint.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
CONCERNLIST
The interest of the stakeholders.- See Also:
-
PRESENTATION
- See Also:
-
-
Constructor Details
-
ViewpointStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConcernProperty
-
getLanguageProperty
-
getMethodProperty
-
getPurposeProperty
-
getStakeholderProperty
-
getURIProperty
-
getConformsToProperty
-
getConcernListProperty
-
getPresentationProperty
-
setConcern
-
clearConcern
-
addConcern
-
removeConcern
-
getConcern
-
setLanguage
-
clearLanguage
-
addLanguage
-
removeLanguage
-
getLanguage
-
setMethod
-
clearMethod
-
addMethod
-
removeMethod
-
getMethod
-
setPurpose
-
clearPurpose
-
getPurpose
-
setStakeholder
-
clearStakeholder
-
addStakeholder
-
removeStakeholder
-
getStakeholder
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setConcernList
-
clearConcernList
-
addConcernList
-
removeConcernList
-
getConcernList
-
setPresentation
-
clearPresentation
-
addPresentation
-
removePresentation
-
getPresentation
-
clear
protected void clear() -
is
-
isInstance
-