Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.BoundReferenceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.BoundReferenceStereotype
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.BoundReferenceStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Gives the propertyPath of the NestedConnectorEnd applied, if any, to the boundEnd, appended to the role of the boundEnd.static final String
Gives a connector end of a binding connector opposite to the end linked to the stereotyped property, or linked to a property that generalizes the stereotyped one through redefinition.static final String
Gives the minimum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is appliedstatic final String
static final String
Gives the maximum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBindingPath
(Element element, Element value) protected void
clear()
void
clearBindingPath
(Element element) void
clearBoundEnd
(Element element) void
clearLower
(Element element) void
clearUpper
(Element element) getBindingPath
(Element element) getBoundEnd
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeBindingPath
(Element element, Element value) void
setBindingPath
(Element element, Collection<? extends Element> value) void
setBoundEnd
(Element element, Element value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
BINDINGPATH
Gives the propertyPath of the NestedConnectorEnd applied, if any, to the boundEnd, appended to the role of the boundEnd.- See Also:
-
BOUNDEND
Gives a connector end of a binding connector opposite to the end linked to the stereotyped property, or linked to a property that generalizes the stereotyped one through redefinition.- See Also:
-
LOWER
Gives the minimum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied- See Also:
-
UPPER
Gives the maximum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied.- See Also:
-
-
Constructor Details
-
BoundReferenceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBindingPathProperty
-
getBoundEndProperty
-
getLowerProperty
-
getUpperProperty
-
setBindingPath
-
clearBindingPath
-
addBindingPath
-
removeBindingPath
-
getBindingPath
-
setBoundEnd
-
clearBoundEnd
-
getBoundEnd
-
setLower
-
clearLower
-
getLower
-
setUpper
-
clearUpper
-
getUpper
-
clear
protected void clear() -
is
-
isInstance
-