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
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
static final String
static final String
Captures Unique identifier for the element.static final String
The viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.static final String
Relates the View to the Viewpoint that the View conforms to. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addStakeholder
(Element element, Element value) protected void
clear()
void
clearConformsTo
(Element element) void
clearStakeholder
(Element element) void
void
clearViewpoint
(Element element) void
clearViewPoint
(Element element) getConformsTo
(Element element) getStakeholder
(Element element) Returns stereotype for this wrapper.getViewpoint
(Element element) getViewPoint
(Element element) boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
removeStakeholder
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setStakeholder
(Element element, Collection<? extends Element> value) void
void
setViewpoint
(Element element, Element value) void
setViewPoint
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-