public class MagicDrawOptions extends Object
Map options = new HashMap(); options.put(MagicDrawOptions.OPTION_OVERRIDE_STANDARD_PROFILES, Boolean.TRUE); Model umlModel =... umlModel.read("MagicDraw", "this_is_my_path", options);Options might also be set as a Java System property.
-Dxyz=myValue
Modifier and Type | Field and Description |
---|---|
static String |
OPTION_OVERRIDE_STANDARD_PROFILES
Set to true, override the standard OMG profiles by the native MagicDraw profiles - only for SysML profile - default false
|
static String |
OPTION_WRITER_MDXML_UNIQUE_ID
Set to true, creates MagicDraw elements with unique id (when case is not ignored) - default false
|
static String |
OPTION_WRITER_SHOW_ROLE_NAME
Set to true, do not show the Association Role names in MagicDraw - default false
|
Constructor and Description |
---|
MagicDrawOptions() |
public static final String OPTION_WRITER_MDXML_UNIQUE_ID
public static final String OPTION_WRITER_SHOW_ROLE_NAME
public static final String OPTION_OVERRIDE_STANDARD_PROFILES