Package com.nomagic.magicdraw.merge
Interface RelatedChange
- All Known Subinterfaces:
RelatedMacroChange
@OpenApiAll
public interface RelatedChange
Describes the change related change.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves related change.Reasons why the change is related.
-
Method Details
-
getChange
Change getChange()Retrieves related change.- Returns:
- related change.
-
getReasons
Collection<String> getReasons()Reasons why the change is related.- Returns:
- reasons.
-