Interface RelatedMacroChange
-
- All Superinterfaces:
RelatedChange
@OpenApiAll public interface RelatedMacroChange extends RelatedChange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacroChange
getChange()
Retrieves related change.-
Methods inherited from interface com.nomagic.magicdraw.merge.RelatedChange
getReasons
-
-
-
-
Method Detail
-
getChange
MacroChange getChange()
Description copied from interface:RelatedChange
Retrieves related change.- Specified by:
getChange
in interfaceRelatedChange
- Returns:
- related change.
-
-