Interface SymbolAddition
-
- All Superinterfaces:
Difference
,DifferenceLocation
,SymbolDifference
@OpenApiAll public interface SymbolAddition extends SymbolDifference
New symbol added difference. All symbol properties is reported asSymbolPersistentPropertyDifference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<PresentationElement>
getSymbolType()
Created symbol type.-
Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
-
Methods inherited from interface com.nomagic.magicdraw.diff.symbols.SymbolDifference
getDiagramID, getProjectID, getSymbolID
-
-
-
-
Method Detail
-
getSymbolType
java.lang.Class<PresentationElement> getSymbolType()
Created symbol type.- Returns:
- created symbol type.
-
-