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) booleanstatic 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, isDerivedStereotype, isSameOrDerivedStereotype, 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
-
isInstance
-