Interface SymbolDifference
-
- All Superinterfaces:
Difference
,DifferenceLocation
- All Known Subinterfaces:
MultiplePersistentPropertyDifference<T>
,PersistentPropertyOrderDifference<T>
,SymbolAddition
,SymbolDeletion
,SymbolPersistentPropertyDifference<T>
@OpenApiAll public interface SymbolDifference extends Difference, DifferenceLocation
Difference for symbol. Difference is found only for persistent symbols.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDiagramID()
Diagram which owns this symbol id.java.lang.String
getSymbolID()
Changed symbol id.-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
-