Package com.nomagic.uml2
Class MagicDrawProfile.SddSubsystemStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.SddSubsystemStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.SddSubsystemStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearSubsystemInteractions
(Element element) void
clearSubsystemResources
(Element element) Returns stereotype for this wrapper.getSubsystemInteractions
(Element element) getSubsystemResources
(Element element) boolean
static boolean
isInstance
(Element element) void
setSubsystemInteractions
(Element element, String value) void
setSubsystemResources
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SUBSYSTEMINTERACTIONS
- See Also:
-
SUBSYSTEMRESOURCES
- See Also:
-
-
Constructor Details
-
SddSubsystemStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getSubsystemInteractionsProperty
-
getSubsystemResourcesProperty
-
setSubsystemInteractions
-
clearSubsystemInteractions
-
getSubsystemInteractions
-
setSubsystemResources
-
clearSubsystemResources
-
getSubsystemResources
-
clear
protected void clear() -
is
-
isInstance
-