Package com.nomagic.magicdraw.uaf
Class UAF.ViewStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ViewStereotype
- Enclosing class:
- UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final Stringstatic final Stringstatic final StringCaptures Unique identifier for the element.static final StringThe viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.static final StringRelates the View to the Viewpoint that the View conforms to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddStakeholder(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidclearStakeholder(Element element) voidvoidclearViewpoint(Element element) voidclearViewPoint(Element element) getConformsTo(Element element) getStakeholder(Element element) Returns stereotype for this wrapper.getViewpoint(Element element) getViewPoint(Element element) booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidremoveStakeholder(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetStakeholder(Element element, Collection<? extends Element> value) voidvoidsetViewpoint(Element element, 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:
-
VIEWPOINT_FROM_UAF
Relates the View to the Viewpoint that the View conforms to.- 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:
-
STAKEHOLDER
- See Also:
-
VIEWPOINT_FROM_SYSML
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
-
getViewpointProperty
-
getURIProperty
-
getConformsToProperty
-
getStakeholderProperty
-
getViewPointProperty
-
setViewpoint
-
clearViewpoint
-
getViewpoint
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setStakeholder
-
clearStakeholder
-
addStakeholder
-
removeStakeholder
-
getStakeholder
-
setViewPoint
-
clearViewPoint
-
getViewPoint
-
clear
protected void clear() -
is
-
isInstance
-