Class | Description |
---|---|
DiagramProperties |
Provides a way to manage Diagram Properties.
|
MagicDrawOptions |
Provides options available when reading or writing MagicDraw data:
Map options = new HashMap();
options.put(MagicDrawOptions.OPTION_OVERRIDE_STANDARD_PROFILES, Boolean.TRUE);
Model umlModel =...
|
MagicDrawProfileResourceReader |
Provides a way to load a MagicDraw Resource.
|
Enum | Description |
---|---|
MagicDrawShape |
A representation of the literals of the enumeration 'MagicDraw Shape', and utility methods for working with them.
|
MagicDrawSysMLDiagramKind |
A representation of the literals of the enumeration 'MagicDraw SysML Diagram Kind', and utility methods for working with them.
|
MagicDrawUMLDiagramKind |
A representation of the literals of the enumeration 'MagicDraw UML Diagram Kind', and utility methods for working with them.
|
MagicDrawUPDM2DiagramKind |
A representation of the literals of the enumeration 'MagicDraw UPDM2 Diagram Kind', and utility methods for working with them.
|