public static class SysMLProfile.NestedConnectorEndStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
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 |
NestedConnectorEndStereotype(SysMLProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyPath(Element element,
Element value) |
void |
clearPropertyPath(Element element) |
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 |
removePropertyPath(Element element,
Element value) |
void |
setPropertyPath(Element element,
java.util.Collection<? extends Element> value) |
apply, unApply
clear, getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String PROPERTYPATH
protected NestedConnectorEndStereotype(SysMLProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getPropertyPathProperty()
public void setPropertyPath(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearPropertyPath(Element element)
public boolean is(@CheckForNull Element element)
ProfileImplementation.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)