Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.ViewStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ViewStereotype
- Enclosing class:
- SysMLProfile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStakeholder(Element element, Element value) protected voidclear()voidclearStakeholder(Element element) voidclearViewPoint(Element element) getStakeholder(Element element) Returns stereotype for this wrapper.getViewPoint(Element element) booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidremoveStakeholder(Element element, Element value) voidsetStakeholder(Element element, Collection<? extends Element> value) voidsetViewPoint(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
STAKEHOLDER
- See Also:
-
VIEWPOINT
The viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.- See Also:
-
-
Constructor Details
-
ViewStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getStakeholderProperty
-
getViewPointProperty
-
setStakeholder
-
clearStakeholder
-
addStakeholder
-
removeStakeholder
-
getStakeholder
-
setViewPoint
-
clearViewPoint
-
getViewPoint
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-