Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.ViewpointStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ViewpointStereotype
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.ViewpointStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
The interest of the stakeholders.static final String
The languages used to construct the viewpoint.static final String
The methods used to construct the views for this viewpoint.static final String
static final String
The purpose addresses the stakeholder concerns.static final String
Set of stakeholders.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConcern
(Element element, String value) void
addConcernList
(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
clearLanguage
(Element element) void
clearMethod
(Element element) void
clearPresentation
(Element element) void
clearPurpose
(Element element) void
clearStakeholder
(Element element) getConcern
(Element element) getConcernList
(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, String value) void
removeConcernList
(Element element, Element value) void
removeLanguage
(Element element, String value) void
removeMethod
(Element element, Element value) void
removePresentation
(Element element, String value) void
removeStakeholder
(Element element, Element value) void
setConcern
(Element element, Collection<String> value) void
setConcernList
(Element element, Collection<? extends Element> value) void
setLanguage
(Element element, Collection<String> value) void
setMethod
(Element element, Collection<? extends Element> value) void
setPresentation
(Element element, Collection<String> value) void
setPurpose
(Element element, String value) void
setStakeholder
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONCERN
- See Also:
-
CONCERNLIST
The interest of the stakeholders.- See Also:
-
LANGUAGE
The languages used to construct the viewpoint.- See Also:
-
METHOD
The methods used to construct the views for this viewpoint.- See Also:
-
PRESENTATION
- See Also:
-
PURPOSE
The purpose addresses the stakeholder concerns.- See Also:
-
STAKEHOLDER
Set of stakeholders.- 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
-
getConcernListProperty
-
getLanguageProperty
-
getMethodProperty
-
getPresentationProperty
-
getPurposeProperty
-
getStakeholderProperty
-
setConcern
-
clearConcern
-
addConcern
-
removeConcern
-
getConcern
-
setConcernList
-
clearConcernList
-
addConcernList
-
removeConcernList
-
getConcernList
-
setLanguage
-
clearLanguage
-
addLanguage
-
removeLanguage
-
getLanguage
-
setMethod
-
clearMethod
-
addMethod
-
removeMethod
-
getMethod
-
setPresentation
-
clearPresentation
-
addPresentation
-
removePresentation
-
getPresentation
-
setPurpose
-
clearPurpose
-
getPurpose
-
setStakeholder
-
clearStakeholder
-
addStakeholder
-
removeStakeholder
-
getStakeholder
-
clear
protected void clear() -
is
-
isInstance
-