@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 |
BLACKBOXICDTABLE_QUERY_PROPERTY |
static java.lang.String |
BLACKBOXICDTABLE_STEREOTYPE |
static java.lang.String |
BLOCKPROPERTY_STEREOTYPE |
static java.lang.String |
CONCEPTUAL_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 |
ELECTRICAL_STEREOTYPE |
static java.lang.String |
FMU_FILENAME_PROPERTY |
static java.lang.String |
FMU_FMIVERSION_PROPERTY |
static java.lang.String |
FMU_GUID_PROPERTY |
static java.lang.String |
FMU_MODELIDENTIFIER_PROPERTY |
static java.lang.String |
FMU_MODELNAME_PROPERTY |
static java.lang.String |
FMU_STEREOTYPE |
static java.lang.String |
LOGICAL_STEREOTYPE |
static java.lang.String |
MECHANICAL_STEREOTYPE |
static java.lang.String |
OPTICAL_STEREOTYPE |
static java.lang.String |
PARTPROPERTY_STEREOTYPE |
static java.lang.String |
PATTERN_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 |
SOFTWARE_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 |
static java.lang.String |
WHITEBOXICDTABLE_QUERY_PROPERTY |
static java.lang.String |
WHITEBOXICDTABLE_STEREOTYPE |
Constructor and Description |
---|
MDCustomizationForSysMLProfile(com.nomagic.magicdraw.core.Project project) |
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 |
getBlackBoxICDTable()
A Blackbox ICD Tablerepresents all external Ports and interfaces of the Block. |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getBlockProperty()
Obsolete.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getConceptual() |
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 |
getElectrical() |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getFmu() |
static MDCustomizationForSysMLProfile |
getInstance(com.nomagic.magicdraw.uml.BaseElement element) |
static MDCustomizationForSysMLProfile |
getInstance(com.nomagic.magicdraw.core.Project project) |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getLogical() |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getMechanical() |
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getOptical() |
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 |
getPattern() |
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 |
getSoftware() |
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.
|
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype |
getWhiteBoxICDTable()
A Whitebox ICD Table represents assembly how Parts are connected via Ports and interfaces. |
static boolean |
isAbstractReferenceProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isBlackBoxICDTable(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isBlockProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isConceptual(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 |
isElectrical(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isFmu(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isLogical(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isMechanical(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isOptical(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isPartProperty(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) |
static boolean |
isPattern(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 |
isSoftware(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) |
static boolean |
isWhiteBoxICDTable(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 BLACKBOXICDTABLE_STEREOTYPE
public static final java.lang.String BLACKBOXICDTABLE_QUERY_PROPERTY
public static final java.lang.String BLOCKPROPERTY_STEREOTYPE
public static final java.lang.String CONCEPTUAL_STEREOTYPE
public static final java.lang.String CONSTRAINTPARAMETER_STEREOTYPE
public static final java.lang.String CONSTRAINTPROPERTY_STEREOTYPE
public static final java.lang.String ELECTRICAL_STEREOTYPE
public static final java.lang.String LOGICAL_STEREOTYPE
public static final java.lang.String MECHANICAL_STEREOTYPE
public static final java.lang.String OPTICAL_STEREOTYPE
public static final java.lang.String PARTPROPERTY_STEREOTYPE
public static final java.lang.String PATTERN_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 SOFTWARE_STEREOTYPE
public static final java.lang.String UNIT_STEREOTYPE
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_QUANTITYKIND_PROPERTY
public static final java.lang.String UNIT_SYMBOL_PROPERTY
public static final java.lang.String VALUEPROPERTY_STEREOTYPE
public static final java.lang.String WHITEBOXICDTABLE_STEREOTYPE
public static final java.lang.String WHITEBOXICDTABLE_QUERY_PROPERTY
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 FMU_STEREOTYPE
public static final java.lang.String FMU_FMIVERSION_PROPERTY
public static final java.lang.String FMU_GUID_PROPERTY
public static final java.lang.String FMU_FILENAME_PROPERTY
public static final java.lang.String FMU_MODELIDENTIFIER_PROPERTY
public static final java.lang.String FMU_MODELNAME_PROPERTY
public MDCustomizationForSysMLProfile(@Nonnull com.nomagic.magicdraw.core.Project project)
public static MDCustomizationForSysMLProfile getInstance(@Nonnull com.nomagic.magicdraw.uml.BaseElement element)
public static MDCustomizationForSysMLProfile getInstance(@Nonnull com.nomagic.magicdraw.core.Project project)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getAbstractReferenceProperty()
public static boolean isAbstractReferenceProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getBlackBoxICDTable()
A Blackbox ICD Tablerepresents all external Ports and interfaces of the Block.
With this table you can easily:
Review interfaces (Ports) of the Block in the single place.
Customize the representation of the table.
Export the data into an *.html, *.csv, or *.xlsx file.
Toolbar button descriptions:
- Delete click to remove selected elements both from the table and from the model.
- Remove From Table - click to remove selected elements from the table.
- Refresh click
to update the contents of the table after specifying the Block.
- Validate Diagram click
to validate the diagram.
- Up click to shift selected elements (either grouped or non-grouped) up a row.
- Down click to shift selected elements (either grouped or non-grouped) down a row.
- Show Columns click to specify the set of columns for displaying in the table.
- Options > Show Full Paths click to display the full paths of elements in the table.
- Export - click to export the contents of the table to an*.html, *.csv, or *.xlsx file.
public static boolean isBlackBoxICDTable(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getBlockProperty()
public static boolean isBlockProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getConceptual()
public static boolean isConceptual(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getConstraintParameter()
public static boolean isConstraintParameter(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getConstraintProperty()
public static boolean isConstraintProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getElectrical()
public static boolean isElectrical(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getLogical()
public static boolean isLogical(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getMechanical()
public static boolean isMechanical(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getOptical()
public static boolean isOptical(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getPartProperty()
public static boolean isPartProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getPattern()
public static boolean isPattern(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getQuantityKind()
public static boolean isQuantityKind(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getReferenceProperty()
public static boolean isReferenceProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getSharedProperty()
public static boolean isSharedProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getSoftware()
public static boolean isSoftware(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getUnit()
public static boolean isUnit(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getValueProperty()
public static boolean isValueProperty(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getWhiteBoxICDTable()
A Whitebox ICD Table represents assembly how Parts are connected via Ports and interfaces.
With this table you can easily:
Review Connectors of the Parts in the single place.
Customize the representation of the table.
Export the data into an *.html, *.csv, or *.xlsx file.
Toolbar button descriptions:
- Delete click to remove selected elements both from the table and from the model.
- Remove From Table - click to remove selected elements from the table.
- Refresh click
to update the contents of the table after specifying the Block as the context.
- Validate Diagram click
to validate the diagram.
- Up click to shift selected elements (either grouped or non-grouped) up a row.
- Down click to shift selected elements (either grouped or non-grouped) down a row.
- Show Columns click to specify the set of columns for displaying in the table.
- Show Parts click to specify the set of Parts for displaying Connectors between them in the table.
- Options > Show Full Paths click to display the full paths of elements in the table.
- Export - click to export the contents of the table to an*.html, *.csv, or *.xlsx file.
public static boolean isWhiteBoxICDTable(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getContextSpecificDefaultValue()
public static boolean isContextSpecificDefaultValue(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getContextSpecificValuesHolder()
public static boolean isContextSpecificValuesHolder(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getFmu()
public static boolean isFmu(@CheckForNull com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
protected java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> generatedGetAllStereotypes()
generatedGetAllStereotypes
in class com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache