Package com.nomagic.uml2
Class MagicDrawProfile.MigrationLogStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.MigrationLogStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.MigrationLogStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLogEntry
(Element element, String value) protected void
clear()
void
clearLogEntry
(Element element) getLogEntry
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeLogEntry
(Element element, String value) void
setLogEntry
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
LOGENTRY
Information how elements were replaced during migration. First value is original element id, then separator and created element ids.- See Also:
-
-
Constructor Details
-
MigrationLogStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getLogEntryProperty
-
setLogEntry
-
clearLogEntry
-
addLogEntry
-
removeLogEntry
-
getLogEntry
-
clear
protected void clear() -
is
-
isInstance
-