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
Modifier and TypeFieldDescriptionstatic final String
Relates the Viewpoint to the Concerns that the Viewpoint addresses.static final String
The interest of the stakeholders.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
The languages used to express the Viewpoint.static final String
The methods employed in the development of the Viewpoint.static final String
static final String
The purpose of the Viewpoint.static final String
Relates the Viewpoint to the Stakeholders whose Concerns are being addressed by the Viewpoint.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConcern
(Element element, Element value) void
addConcernList
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addLanguage
(Element element, String value) void
void
addPresentation
(Element element, String value) void
addStakeholder
(Element element, Element value) protected void
clear()
void
clearConcern
(Element element) void
clearConcernList
(Element element) void
clearConformsTo
(Element element) void
clearLanguage
(Element element) void
clearMethod
(Element element) void
clearPresentation
(Element element) void
clearPurpose
(Element element) void
clearStakeholder
(Element element) void
getConcern
(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.boolean
static boolean
isInstance
(Element element) void
removeConcern
(Element element, Element value) void
removeConcernList
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeLanguage
(Element element, String value) void
removeMethod
(Element element, String value) void
removePresentation
(Element element, String value) void
removeStakeholder
(Element element, Element value) void
setConcern
(Element element, Collection<? extends Element> value) void
setConcernList
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setLanguage
(Element element, Collection<String> value) void
setMethod
(Element element, Collection<String> value) void
setPresentation
(Element element, Collection<String> value) void
setPurpose
(Element element, String value) void
setStakeholder
(Element element, Collection<? extends Element> value) void
Methods 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-