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(Options.OPTION_XMI_READ_PROFILES_STANDARDIZED, Boolean.TRUE);
Model umlModel =...
umlModel.read("Enterprise Architect Application", "", options);

Programmatic Properties

The model reader can be configured.

Related concepts
Diagram Interchange
Profile and Stereotypes

Related tasks
Reading UML Data
Reading Enterprise Architect Data
Reading a Package
Reading Extensions
Managing Ids

Related references
MDAccess UML API Reference
MDAccess for MagicDraw API Reference