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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe interest of the stakeholders.static final StringThe languages used to construct the viewpoint.static final StringThe methods used to construct the views for this viewpoint.static final Stringstatic final StringThe purpose addresses the stakeholder concerns.static final StringSet of stakeholders.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConcern(Element element, String value) voidaddConcernList(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) voidclearLanguage(Element element) voidclearMethod(Element element) voidclearPresentation(Element element) voidclearPurpose(Element element) voidclearStakeholder(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.booleanstatic booleanisInstance(Element element) voidremoveConcern(Element element, String value) voidremoveConcernList(Element element, Element value) voidremoveLanguage(Element element, String value) voidremoveMethod(Element element, Element value) voidremovePresentation(Element element, String value) voidremoveStakeholder(Element element, Element value) voidsetConcern(Element element, Collection<String> value) voidsetConcernList(Element element, Collection<? extends Element> value) voidsetLanguage(Element element, Collection<String> value) voidsetMethod(Element element, Collection<? extends Element> value) voidsetPresentation(Element element, Collection<String> value) voidsetPurpose(Element element, String value) voidsetStakeholder(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-