public static class SysMLProfile.StakeholderStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONCERN |
static java.lang.String |
CONCERNLIST |
static java.lang.String |
STEREOTYPE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
StakeholderStereotype(SysMLProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConcern(Element element,
Element value) |
protected void |
clear() |
void |
clearConcern(Element element) |
void |
clearConcernList(Element element) |
java.util.List<Element> |
getConcern(Element element) |
Element |
getConcernList(Element element) |
Property |
getConcernListProperty() |
Property |
getConcernProperty() |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
void |
removeConcern(Element element,
Element value) |
void |
setConcern(Element element,
java.util.Collection<? extends Element> value) |
void |
setConcernList(Element element,
Element value) |
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String CONCERN
public static final java.lang.String CONCERNLIST
protected StakeholderStereotype(SysMLProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getConcernProperty()
@CheckForNull public Property getConcernListProperty()
public void setConcern(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearConcern(Element element)
public void clearConcernList(Element element)
protected void clear()
clear in class ProfileImplementation.ProfileElementWrapper<Stereotype>public boolean is(@CheckForNull
Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
Element element)