Interface SymbolDifference
- All Superinterfaces:
Difference
,DifferenceLocation
- All Known Subinterfaces:
MultiplePersistentPropertyDifference<T>
,PersistentPropertyOrderDifference<T>
,SymbolAddition
,SymbolDeletion
,SymbolPersistentPropertyDifference<T>
Difference for symbol. Difference is found only for persistent symbols.
-
Method Summary
Modifier and TypeMethodDescriptionDiagram which owns this symbol id.Project part, to which symbol belongs, project idChanged symbol id.Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
Method Details
-
getSymbolID
String getSymbolID()Changed symbol id.- Returns:
- symbol id.
-
getDiagramID
String getDiagramID()Diagram which owns this symbol id.- Returns:
- Diagram which owns this symbol id.
-
getProjectID
Project part, to which symbol belongs, project id- Returns:
- Project part, to which symbol belongs, project id
-