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