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.StringgetProjectID()Project part, to which symbol belongs, project idjava.lang.StringgetSymbolID()Changed symbol id.-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
-
-
-
Method Detail
-
getSymbolID
java.lang.String getSymbolID()
Changed symbol id.- Returns:
- symbol id.
-
getDiagramID
java.lang.String getDiagramID()
Diagram which owns this symbol id.- Returns:
- Diagram which owns this symbol id.
-
getProjectID
@CheckForNull java.lang.String getProjectID()
Project part, to which symbol belongs, project id- Returns:
- Project part, to which symbol belongs, project id
-
-