Package com.nomagic.magicdraw.sysml.util
Class SysPhSProfile.MultidimensionalElementStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysPhSProfile.MultidimensionalElementStereotype
- Enclosing class:
- SysPhSProfile
public static class SysPhSProfile.MultidimensionalElementStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDimension
(Element element, Integer value) protected void
clear()
void
clearDimension
(Element element) getDimension
(Element element) Returns stereotype for this wrapper.boolean
Checks if stereotype of this wrapper is applied to given element.static boolean
isInstance
(Element element) void
removeDimension
(Element element, Integer value) void
setDimension
(Element element, Collection<Integer> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DIMENSION
- See Also:
-
-
Constructor Details
-
MultidimensionalElementStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDimensionProperty
-
setDimension
-
clearDimension
-
addDimension
-
removeDimension
-
getDimension
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapper
Checks if stereotype of this wrapper is applied to given element.- Specified by:
is
in classProfileImplementation.StereotypeWrapper
- Parameters:
element
- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-