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
public static class SysMLProfile.ViewStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STAKEHOLDER
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
VIEWPOINT
The viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViewStereotype(SysMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStakeholder(Element element, Element value)
protected void
clear()
void
clearStakeholder(Element element)
void
clearViewPoint(Element element)
java.util.List<Element>
getStakeholder(Element element)
Property
getStakeholderProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.Element
getViewPoint(Element element)
Property
getViewPointProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
void
removeStakeholder(Element element, Element value)
void
setStakeholder(Element element, java.util.Collection<? extends Element> value)
void
setViewPoint(Element element, Element value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
STAKEHOLDER
public static final java.lang.String STAKEHOLDER
- See Also:
- Constant Field Values
-
VIEWPOINT
public static final java.lang.String VIEWPOINT
The viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ViewStereotype
protected ViewStereotype(SysMLProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getStakeholderProperty
@CheckForNull public Property getStakeholderProperty()
-
getViewPointProperty
@CheckForNull public Property getViewPointProperty()
-
setStakeholder
public void setStakeholder(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearStakeholder
public void clearStakeholder(Element element)
-
clearViewPoint
public void clearViewPoint(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-