Package com.nomagic.magicdraw.diff
Interface DifferenceLocation
-
- All Known Subinterfaces:
ElementAddition
,ElementDeletion
,ElementDifference
,ElementModification
,MDExtensionDifference
,MDExtensionExistenceDifference
,MDExtensionModificationDifference
,Modification
,ModuleUsageDifference
,MultiplePersistentPropertyDifference<T>
,PersistentPropertyOrderDifference<T>
,StereotypeModification
,SymbolAddition
,SymbolDeletion
,SymbolDifference
,SymbolPersistentPropertyDifference<T>
,TagValueModification
@OpenApiAll public interface DifferenceLocation
This kind of difference may detected in the main project as well in module (attached project)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URI
getModuleURI()
Return the URI of containing module.
-