@OpenApiAll
public class MDCustomizationForSysMLProfile
extends com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ABSTRACTREFERENCEPROPERTY_STEREOTYPE |
static java.lang.String |
BLOCKPROPERTY_STEREOTYPE |
static java.lang.String |
CONSTRAINTPARAMETER_STEREOTYPE |
static java.lang.String |
CONSTRAINTPROPERTY_STEREOTYPE |
static java.lang.String |
CONTEXTSPECIFICDEFAULTVALUE_PATH_PROPERTY |
static java.lang.String |
CONTEXTSPECIFICDEFAULTVALUE_STEREOTYPE |
static java.lang.String |
CONTEXTSPECIFICVALUESHOLDER_INSTANCES_PROPERTY |
static java.lang.String |
CONTEXTSPECIFICVALUESHOLDER_STEREOTYPE |
static java.lang.String |
DEPRECATED_DEPRECATEDREASON_PROPERTY |
static java.lang.String |
DEPRECATED_STEREOTYPE |
static java.lang.String |
NUMBERINGSTYLE_NESTED_LITERAL |
static java.lang.String |
NUMBERINGSTYLE_NORMAL_LITERAL |
static java.lang.String |
PARTPROPERTY_STEREOTYPE |
static java.lang.String |
PROFILE_NAME |
static java.lang.String |
PROFILE_URI |
static java.lang.String |
QUANTITYKIND_DEFINITIONURI_PROPERTY |
static java.lang.String |
QUANTITYKIND_DESCRIPTION_PROPERTY |
static java.lang.String |
QUANTITYKIND_STEREOTYPE |
static java.lang.String |
QUANTITYKIND_SYMBOL_PROPERTY |
static java.lang.String |
REFERENCEPROPERTY_STEREOTYPE |
static java.lang.String |
SHAREDPROPERTY_STEREOTYPE |
static java.lang.String |
UNIT_DEFINITIONURI_PROPERTY |
static java.lang.String |
UNIT_DESCRIPTION_PROPERTY |
static java.lang.String |
UNIT_QUANTITYKIND_PROPERTY
A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype.
|
static java.lang.String |
UNIT_STEREOTYPE |
static java.lang.String |
UNIT_SYMBOL_PROPERTY |
static java.lang.String |
VALUEPROPERTY_STEREOTYPE |
Constructor and Description |
---|
MDCustomizationForSysMLProfile(com.nomagic.magicdraw.core.Project prj) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> |
generatedGetAllStereotypes() |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getAbstractReferenceProperty()
Do not use it directly.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getBlockProperty()
Obsolete.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getConstraintParameter()
A parametric diagram may contain constraint properties and their parameters, along with other properties from within the internal block context.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getConstraintProperty()
A constraint property is a property of any block that is typed by a constraint block.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getContextSpecificDefaultValue()
Obsolete.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getContextSpecificValuesHolder()
Obsolete.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getDeprecated() |
static MDCustomizationForSysMLProfile |
getInstance(com.nomagic.magicdraw.uml.BaseElement element) |
static MDCustomizationForSysMLProfile |
getInstance(com.nomagic.magicdraw.core.Project prj) |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getPartProperty()
A part property specifies part, with stronger ownership and coincidental lifetime, of its containing block.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getQuantityKind()
A QuantityKind is a kind of quantity that may be stated by means of defined units.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getReferenceProperty()
A reference property specifies a reference of its containing block to another block.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getSharedProperty()
A shared property specifies part of its containing block.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getUnit()
A Unit is a quantity in terms of which the magnitudes of other quantities that have the same dimension can be stated.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getValueProperty()
A value property specifies a quantitative property of its containing block.
|
static boolean |
isAbstractReferenceProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isBlockProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isConstraintParameter(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isConstraintProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isContextSpecificDefaultValue(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isContextSpecificValuesHolder(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isDeprecated(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isPartProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isQuantityKind(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isReferenceProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isSharedProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isUnit(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isValueProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
clearCach, getAllStereotypes, getDataType, getProfile, getStereotype, getStereotype, isTypeOf, isTypeOf, propertyChange
public static final java.lang.String PROFILE_URI
public static final java.lang.String PROFILE_NAME
public static final java.lang.String ABSTRACTREFERENCEPROPERTY_STEREOTYPE
public static final java.lang.String BLOCKPROPERTY_STEREOTYPE
public static final java.lang.String CONSTRAINTPARAMETER_STEREOTYPE
public static final java.lang.String CONSTRAINTPROPERTY_STEREOTYPE
public static final java.lang.String DEPRECATED_STEREOTYPE
public static final java.lang.String DEPRECATED_DEPRECATEDREASON_PROPERTY
public static final java.lang.String PARTPROPERTY_STEREOTYPE
public static final java.lang.String QUANTITYKIND_STEREOTYPE
public static final java.lang.String QUANTITYKIND_DEFINITIONURI_PROPERTY
public static final java.lang.String QUANTITYKIND_DESCRIPTION_PROPERTY
public static final java.lang.String QUANTITYKIND_SYMBOL_PROPERTY
public static final java.lang.String REFERENCEPROPERTY_STEREOTYPE
public static final java.lang.String SHAREDPROPERTY_STEREOTYPE
public static final java.lang.String UNIT_STEREOTYPE
public static final java.lang.String UNIT_QUANTITYKIND_PROPERTY
public static final java.lang.String UNIT_DEFINITIONURI_PROPERTY
public static final java.lang.String UNIT_DESCRIPTION_PROPERTY
public static final java.lang.String UNIT_SYMBOL_PROPERTY
public static final java.lang.String VALUEPROPERTY_STEREOTYPE
public static final java.lang.String CONTEXTSPECIFICDEFAULTVALUE_STEREOTYPE
public static final java.lang.String CONTEXTSPECIFICDEFAULTVALUE_PATH_PROPERTY
public static final java.lang.String CONTEXTSPECIFICVALUESHOLDER_STEREOTYPE
public static final java.lang.String CONTEXTSPECIFICVALUESHOLDER_INSTANCES_PROPERTY
public static final java.lang.String NUMBERINGSTYLE_NESTED_LITERAL
public static final java.lang.String NUMBERINGSTYLE_NORMAL_LITERAL
public MDCustomizationForSysMLProfile(@Nonnull com.nomagic.magicdraw.core.Project prj)
public static MDCustomizationForSysMLProfile getInstance(@Nonnull com.nomagic.magicdraw.uml.BaseElement element)
public static MDCustomizationForSysMLProfile getInstance(@Nonnull com.nomagic.magicdraw.core.Project prj)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getAbstractReferenceProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getBlockProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getConstraintParameter()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getConstraintProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getDeprecated()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getPartProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getQuantityKind()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getReferenceProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getSharedProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getUnit()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getValueProperty()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getContextSpecificDefaultValue()
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getContextSpecificValuesHolder()
protected java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> generatedGetAllStereotypes()
generatedGetAllStereotypes
in class com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache
public static boolean isAbstractReferenceProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isBlockProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isConstraintParameter(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isConstraintProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isDeprecated(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isPartProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isQuantityKind(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isReferenceProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isSharedProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isUnit(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isValueProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isContextSpecificDefaultValue(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public static boolean isContextSpecificValuesHolder(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)