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.StringgetDiagramID()Diagram which owns this symbol id.java.lang.StringgetSymbolID()Changed symbol id.-
Methods inherited from interface com.nomagic.magicdraw.diff.Difference
accept
-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
-