Package com.nomagic.magicdraw.diff
Interface Modification
-
- All Superinterfaces:
Difference
,DifferenceLocation
,ElementDifference
- All Known Subinterfaces:
ElementModification
,StereotypeModification
,TagValueModification
@OpenApiAll public interface Modification extends ElementDifference
Difference with some kind of element modification. Detail information about changed value can be get usinggetModificationInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModificationInfo
getModificationInfo()
Get modification info.-
Methods inherited from interface com.nomagic.magicdraw.diff.Difference
accept
-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
Methods inherited from interface com.nomagic.magicdraw.diff.ElementDifference
getElementID
-
-
-
-
Method Detail
-
getModificationInfo
ModificationInfo getModificationInfo()
Get modification info.- Returns:
- Detailed information about modification.
-
-