Package com.nomagic.magicdraw.sysml.util
Class MDCustomizationForSysMLProfile.ContextSpecificValuesHolderStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile.ContextSpecificValuesHolderStereotype
- Enclosing class:
- MDCustomizationForSysMLProfile
public static class MDCustomizationForSysMLProfile.ContextSpecificValuesHolderStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstances
(Element element, Element value) protected void
clear()
void
clearInstances
(Element element) getInstances
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeInstances
(Element element, Element value) void
setInstances
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INSTANCES
- See Also:
-
-
Constructor Details
-
ContextSpecificValuesHolderStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInstancesProperty
-
setInstances
-
clearInstances
-
addInstances
-
removeInstances
-
getInstances
-
clear
protected void clear() -
is
-
isInstance
-