You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

SysML Profile API changes were made in relation to the SysML 1.4 support.

The following constants were moved from the com.nomagic.magicdraw.sysml.util.SysMLProfile to com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile:

public static final String CONSTRAINTPROPERTY_STEREOTYPE = "ConstraintProperty";

public static final String QUANTITYKIND_STEREOTYPE = "QuantityKind";

public static final String QUANTITYKIND_DEFINITIONURI_PROPERTY = "definitionURI";

public static final String QUANTITYKIND_DESCRIPTION_PROPERTY = "description";

public static final String QUANTITYKIND_SYMBOL_PROPERTY = "symbol";

public static final String UNIT_STEREOTYPE = "Unit";

The following methods were moved from the com.nomagic.magicdraw.sysml.util.SysMLProfile to the com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile:

getConstraintProperty()

getQuantityKind()

getUnit()

isQuantityKind()

isUnit()

isConstraintProperty()

The constant NESTEDCONNECTOREND_PROPERTYPATH_PROPERTY changed to ELEMENTPROPERTYPATH_PROPERTYPATH_PROPERTY.