Programming the Reader Configuration

When the reader is launched from rules or Java code, you can set options to tweak the reader's behavior.

Map options = new HashMap();
options.put(MagicDrawOptions.OPTION_OVERRIDE_STANDARD_PROFILES, Boolean.TRUE);
Model umlModel =...
umlModel.read("MagicDraw", "c:\path.mdzip", options);

Programmatic Properties

The model reader can be configured.

Related reference
Reading UML Data
MDAccess for UML API Reference
MDAccess for MagicDraw API Reference