Package com.nomagic.magicdraw.merge
Interface RelatedChange
-
- All Known Subinterfaces:
RelatedMacroChange
@OpenApiAll public interface RelatedChange
Describes the change related change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Change
getChange()
Retrieves related change.java.util.Collection<java.lang.String>
getReasons()
Reasons why the change is related.
-
-
-
Method Detail
-
getChange
Change getChange()
Retrieves related change.- Returns:
- related change.
-
getReasons
java.util.Collection<java.lang.String> getReasons()
Reasons why the change is related.- Returns:
- reasons.
-
-