Package com.nomagic.magicdraw.merge
Interface RelatedChange
- 
- All Known Subinterfaces:
 RelatedMacroChange
@OpenApiAll public interface RelatedChangeDescribes the change related change. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangegetChange()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.
 
 
 - 
 
 -