public static class MagicDrawProfile.RelationMapStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXTELEMENT |
static java.lang.String |
CUTELEMENTNAMES
Cut element names, if they are too long (the text exceeds reasonable length) and make the Relation Map difficult to read.
|
static java.lang.String |
DEPTH |
static java.lang.String |
DESCRIPTIONAREA
Specify the description of the Dependency Matrix.
|
static java.lang.String |
ELEMENTTYPES |
static java.lang.String |
EXPANDEDELEMENTS |
static java.lang.String |
FILTERAREAEXPANDED |
static java.lang.String |
GROUPINGCRITERION |
static java.lang.String |
INCLUDECUSTOMTYPES
Select to include the custom types that extend the specified element types.
|
static java.lang.String |
INCLUDESUBTYPES
Select to include the subtypes of the specified element types.
|
static java.lang.String |
ISINITIALIZED |
static java.lang.String |
LAYOUT |
static java.lang.String |
LAYOUTDATA |
static java.lang.String |
MAKESELECTEDASCONTEXT |
static java.lang.String |
POSSIBLECONTEXTTYPES |
static java.lang.String |
RELATIONCRITERION |
static java.lang.String |
REMOVEDELEMENTS |
static java.lang.String |
SCOPE |
static java.lang.String |
SHOWAPPLIEDSTEREOTYPES |
static java.lang.String |
SHOWCONTEXT |
static java.lang.String |
SHOWELEMENTNUMBERS
Set to true to display element number before its name.
|
static java.lang.String |
SHOWELEMENTTYPE |
static java.lang.String |
SHOWFULLTYPES |
static java.lang.String |
SHOWGROUPING |
static java.lang.String |
SHOWLEGEND
Show relationship type color legend
|
static java.lang.String |
SHOWPARAMETERS
Show the parameters signatures of operation and behavior (Activity, StateMachine, Interaction, OpaqueBehavior) on symbols.
|
static java.lang.String |
SHOWRELATIONCRITERION |
static java.lang.String |
SHOWRELATIONSTYLES |
static java.lang.String |
SHOWSCOPE |
static java.lang.String |
SHOWSINGLENODEPERELEMENT
Show a single node per element when the graph has more than one representation of the same element in the Relation Map.
|
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
SUPPRESSEDELEMENTS |
Modifier | Constructor and Description |
---|---|
protected |
RelationMapStereotype(MagicDrawProfile profile) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String SHOWAPPLIEDSTEREOTYPES
public static final java.lang.String CONTEXTELEMENT
public static final java.lang.String CUTELEMENTNAMES
public static final java.lang.String DEPTH
public static final java.lang.String DESCRIPTIONAREA
public static final java.lang.String ELEMENTTYPES
public static final java.lang.String EXPANDEDELEMENTS
public static final java.lang.String FILTERAREAEXPANDED
public static final java.lang.String GROUPINGCRITERION
public static final java.lang.String INCLUDECUSTOMTYPES
public static final java.lang.String INCLUDESUBTYPES
public static final java.lang.String ISINITIALIZED
public static final java.lang.String LAYOUT
public static final java.lang.String LAYOUTDATA
public static final java.lang.String MAKESELECTEDASCONTEXT
public static final java.lang.String POSSIBLECONTEXTTYPES
public static final java.lang.String RELATIONCRITERION
public static final java.lang.String REMOVEDELEMENTS
public static final java.lang.String SCOPE
public static final java.lang.String SHOWCONTEXT
public static final java.lang.String SHOWELEMENTNUMBERS
public static final java.lang.String SHOWELEMENTTYPE
public static final java.lang.String SHOWFULLTYPES
public static final java.lang.String SHOWGROUPING
public static final java.lang.String SHOWLEGEND
public static final java.lang.String SHOWPARAMETERS
public static final java.lang.String SHOWRELATIONCRITERION
public static final java.lang.String SHOWRELATIONSTYLES
public static final java.lang.String SHOWSCOPE
public static final java.lang.String SHOWSINGLENODEPERELEMENT
public static final java.lang.String SUPPRESSEDELEMENTS
protected RelationMapStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getShowAppliedStereotypesProperty()
@CheckForNull public Property getContextElementProperty()
@CheckForNull public Property getCutElementNamesProperty()
@CheckForNull public Property getDepthProperty()
@CheckForNull public Property getDescriptionAreaProperty()
@CheckForNull public Property getElementTypesProperty()
@CheckForNull public Property getExpandedElementsProperty()
@CheckForNull public Property getFilterAreaExpandedProperty()
@CheckForNull public Property getGroupingCriterionProperty()
@CheckForNull public Property getIncludeCustomTypesProperty()
@CheckForNull public Property getIncludeSubtypesProperty()
@CheckForNull public Property getIsInitializedProperty()
@CheckForNull public Property getLayoutProperty()
@CheckForNull public Property getLayoutDataProperty()
@CheckForNull public Property getMakeSelectedAsContextProperty()
@CheckForNull public Property getPossibleContextTypesProperty()
@CheckForNull public Property getRelationCriterionProperty()
@CheckForNull public Property getRemovedElementsProperty()
@CheckForNull public Property getScopeProperty()
@CheckForNull public Property getShowContextProperty()
@CheckForNull public Property getShowElementNumbersProperty()
@CheckForNull public Property getShowElementTypeProperty()
@CheckForNull public Property getShowFullTypesProperty()
@CheckForNull public Property getShowGroupingProperty()
@CheckForNull public Property getShowLegendProperty()
@CheckForNull public Property getShowParametersProperty()
@CheckForNull public Property getShowRelationCriterionProperty()
@CheckForNull public Property getShowRelationStylesProperty()
@CheckForNull public Property getShowScopeProperty()
@CheckForNull public Property getShowSingleNodePerElementProperty()
@CheckForNull public Property getSuppressedElementsProperty()
public void setShowAppliedStereotypes(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowAppliedStereotypes(Element element)
@CheckForNull public java.lang.Boolean isShowAppliedStereotypes(Element element)
public void clearContextElement(Element element)
public void setCutElementNames(Element element, @CheckForNull java.lang.Boolean value)
public void clearCutElementNames(Element element)
@CheckForNull public java.lang.Boolean isCutElementNames(Element element)
public void setDepth(Element element, @CheckForNull java.lang.Integer value)
public void clearDepth(Element element)
@CheckForNull public java.lang.Integer getDepth(Element element)
public void setDescriptionArea(Element element, @CheckForNull java.lang.String value)
public void clearDescriptionArea(Element element)
@CheckForNull public java.lang.String getDescriptionArea(Element element)
public void setElementTypes(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearElementTypes(Element element)
public void setExpandedElements(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearExpandedElements(Element element)
public void addExpandedElements(Element element, java.lang.String value)
public void removeExpandedElements(Element element, java.lang.String value)
public java.util.List<java.lang.String> getExpandedElements(Element element)
public void setFilterAreaExpanded(Element element, @CheckForNull java.lang.Boolean value)
public void clearFilterAreaExpanded(Element element)
@CheckForNull public java.lang.Boolean isFilterAreaExpanded(Element element)
public void setGroupingCriterion(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearGroupingCriterion(Element element)
public void addGroupingCriterion(Element element, java.lang.String value)
public void removeGroupingCriterion(Element element, java.lang.String value)
public java.util.List<java.lang.String> getGroupingCriterion(Element element)
public void setIncludeCustomTypes(Element element, @CheckForNull java.lang.Boolean value)
public void clearIncludeCustomTypes(Element element)
@CheckForNull public java.lang.Boolean isIncludeCustomTypes(Element element)
public void setIncludeSubtypes(Element element, @CheckForNull java.lang.Boolean value)
public void clearIncludeSubtypes(Element element)
@CheckForNull public java.lang.Boolean isIncludeSubtypes(Element element)
public void setIsInitialized(Element element, @CheckForNull java.lang.Boolean value)
public void clearIsInitialized(Element element)
@CheckForNull public java.lang.Boolean isIsInitialized(Element element)
public void setLayout(Element element, @CheckForNull MagicDrawProfile.relationMapLayoutEnumerationEnum value)
public void clearLayout(Element element)
@CheckForNull public MagicDrawProfile.relationMapLayoutEnumerationEnum getLayout(Element element)
public void setLayoutData(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearLayoutData(Element element)
public void addLayoutData(Element element, java.lang.String value)
public void removeLayoutData(Element element, java.lang.String value)
public java.util.List<java.lang.String> getLayoutData(Element element)
public void setMakeSelectedAsContext(Element element, @CheckForNull java.lang.Boolean value)
public void clearMakeSelectedAsContext(Element element)
@CheckForNull public java.lang.Boolean isMakeSelectedAsContext(Element element)
public void setPossibleContextTypes(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearPossibleContextTypes(Element element)
public void setRelationCriterion(Element element, @CheckForNull java.util.Collection<java.lang.Object> value)
public void clearRelationCriterion(Element element)
public void addRelationCriterion(Element element, java.lang.Object value)
public void removeRelationCriterion(Element element, java.lang.Object value)
public java.util.List<java.lang.Object> getRelationCriterion(Element element)
public void setRemovedElements(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearRemovedElements(Element element)
public void addRemovedElements(Element element, java.lang.String value)
public void removeRemovedElements(Element element, java.lang.String value)
public java.util.List<java.lang.String> getRemovedElements(Element element)
public void setScope(Element element, @CheckForNull java.util.Collection<? extends Element> value)
public void clearScope(Element element)
public void setShowContext(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowContext(Element element)
@CheckForNull public java.lang.Boolean isShowContext(Element element)
public void setShowElementNumbers(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowElementNumbers(Element element)
@CheckForNull public java.lang.Boolean isShowElementNumbers(Element element)
public void setShowElementType(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowElementType(Element element)
@CheckForNull public java.lang.Boolean isShowElementType(Element element)
public void setShowFullTypes(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowFullTypes(Element element)
@CheckForNull public java.lang.Boolean isShowFullTypes(Element element)
public void setShowGrouping(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowGrouping(Element element)
@CheckForNull public java.lang.Boolean isShowGrouping(Element element)
public void setShowLegend(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowLegend(Element element)
@CheckForNull public java.lang.Boolean isShowLegend(Element element)
public void setShowParameters(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowParameters(Element element)
@CheckForNull public java.lang.Boolean isShowParameters(Element element)
public void setShowRelationCriterion(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowRelationCriterion(Element element)
@CheckForNull public java.lang.Boolean isShowRelationCriterion(Element element)
public void setShowRelationStyles(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowRelationStyles(Element element)
@CheckForNull public java.lang.Boolean isShowRelationStyles(Element element)
public void setShowScope(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowScope(Element element)
@CheckForNull public java.lang.Boolean isShowScope(Element element)
public void setShowSingleNodePerElement(Element element, @CheckForNull java.lang.Boolean value)
public void clearShowSingleNodePerElement(Element element)
@CheckForNull public java.lang.Boolean isShowSingleNodePerElement(Element element)
public void setSuppressedElements(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
public void clearSuppressedElements(Element element)
public void addSuppressedElements(Element element, java.lang.String value)
public void removeSuppressedElements(Element element, java.lang.String value)
public java.util.List<java.lang.String> getSuppressedElements(Element element)
protected void clear()
clear
in class ProfileImplementation.ProfileElementWrapper<Stereotype>
public boolean is(@CheckForNull Element element)
ProfileImplementation.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)