public static class SysMLProfile.InvocationOnNestedPortActionStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ONNESTEDPORT |
static java.lang.String |
PROPERTYPATH
The propertyPath list of the NestedConnectorEnd stereotype must identify a path of containing properties that identify the connected property in the context of the block that owns the connector.
|
static java.lang.String |
STEREOTYPE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
InvocationOnNestedPortActionStereotype(SysMLProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOnNestedPort(Element element,
Element value) |
void |
addPropertyPath(Element element,
Element value) |
protected void |
clear() |
void |
clearOnNestedPort(Element element) |
void |
clearPropertyPath(Element element) |
java.util.List<Element> |
getOnNestedPort(Element element) |
Property |
getOnNestedPortProperty() |
java.util.List<Element> |
getPropertyPath(Element element) |
Property |
getPropertyPathProperty() |
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 |
removeOnNestedPort(Element element,
Element value) |
void |
removePropertyPath(Element element,
Element value) |
void |
setOnNestedPort(Element element,
java.util.Collection<? extends Element> value) |
void |
setPropertyPath(Element element,
java.util.Collection<? extends Element> value) |
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String ONNESTEDPORT
public static final java.lang.String PROPERTYPATH
protected InvocationOnNestedPortActionStereotype(SysMLProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getOnNestedPortProperty()
@CheckForNull public Property getPropertyPathProperty()
public void setOnNestedPort(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearOnNestedPort(Element element)
public void setPropertyPath(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearPropertyPath(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)