Package com.nomagic.uml2
Class MagicDrawProfile.RelationMapStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.RelationMapStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.RelationMapStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringCut element names, if they are too long (the text exceeds reasonable length) and make the Relation Map difficult to read.static final Stringstatic final StringSpecify the description of the Dependency Matrix.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSelect to include the custom types that extend the specified element types.static final StringSelect to include the subtypes of the specified element types.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringSet to true to display element number before its name.static final Stringstatic final Stringstatic final Stringstatic final StringShow relationship type color legendstatic final StringShow the parameters signatures of operation and behavior (Activity, StateMachine, Interaction, OpaqueBehavior) on symbols.static final Stringstatic final Stringstatic final Stringstatic final StringShow a single node per element when the graph has more than one representation of the same element in the Relation Map.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElementTypes(Element element, Element value) voidaddExpandedElements(Element element, String value) voidaddGroupingCriterion(Element element, String value) voidaddLayoutData(Element element, String value) voidaddPossibleContextTypes(Element element, Element value) voidaddRelationCriterion(Element element, Object value) voidaddRemovedElements(Element element, String value) voidvoidaddSuppressedElements(Element element, String value) protected voidclear()voidclearContextElement(Element element) voidclearCutElementNames(Element element) voidclearDepth(Element element) voidclearDescriptionArea(Element element) voidclearElementTypes(Element element) voidclearExpandedElements(Element element) voidclearFilterAreaExpanded(Element element) voidclearGroupingCriterion(Element element) voidclearIncludeCustomTypes(Element element) voidclearIncludeSubtypes(Element element) voidclearIsInitialized(Element element) voidclearLayout(Element element) voidclearLayoutData(Element element) voidclearMakeSelectedAsContext(Element element) voidclearPossibleContextTypes(Element element) voidclearRelationCriterion(Element element) voidclearRemovedElements(Element element) voidclearScope(Element element) voidclearShowAppliedStereotypes(Element element) voidclearShowContext(Element element) voidclearShowElementNumbers(Element element) voidclearShowElementType(Element element) voidclearShowFullTypes(Element element) voidclearShowGrouping(Element element) voidclearShowLegend(Element element) voidclearShowParameters(Element element) voidclearShowRelationCriterion(Element element) voidclearShowRelationStyles(Element element) voidclearShowScope(Element element) voidclearShowSingleNodePerElement(Element element) voidclearSuppressedElements(Element element) getContextElement(Element element) getDescriptionArea(Element element) getElementTypes(Element element) getExpandedElements(Element element) getGroupingCriterion(Element element) getLayoutData(Element element) getPossibleContextTypes(Element element) getRelationCriterion(Element element) getRemovedElements(Element element) Returns stereotype for this wrapper.getSuppressedElements(Element element) booleanisCutElementNames(Element element) isFilterAreaExpanded(Element element) isIncludeCustomTypes(Element element) isIncludeSubtypes(Element element) static booleanisInstance(Element element) isIsInitialized(Element element) isMakeSelectedAsContext(Element element) isShowAppliedStereotypes(Element element) isShowContext(Element element) isShowElementNumbers(Element element) isShowElementType(Element element) isShowFullTypes(Element element) isShowGrouping(Element element) isShowLegend(Element element) isShowParameters(Element element) isShowRelationCriterion(Element element) isShowRelationStyles(Element element) isShowScope(Element element) isShowSingleNodePerElement(Element element) voidremoveElementTypes(Element element, Element value) voidremoveExpandedElements(Element element, String value) voidremoveGroupingCriterion(Element element, String value) voidremoveLayoutData(Element element, String value) voidremovePossibleContextTypes(Element element, Element value) voidremoveRelationCriterion(Element element, Object value) voidremoveRemovedElements(Element element, String value) voidremoveScope(Element element, Element value) voidremoveSuppressedElements(Element element, String value) voidsetContextElement(Element element, Element value) voidsetCutElementNames(Element element, Boolean value) voidvoidsetDescriptionArea(Element element, String value) voidsetElementTypes(Element element, Collection<? extends Element> value) voidsetExpandedElements(Element element, Collection<String> value) voidsetFilterAreaExpanded(Element element, Boolean value) voidsetGroupingCriterion(Element element, Collection<String> value) voidsetIncludeCustomTypes(Element element, Boolean value) voidsetIncludeSubtypes(Element element, Boolean value) voidsetIsInitialized(Element element, Boolean value) voidsetLayout(Element element, MagicDrawProfile.relationMapLayoutEnumerationEnum value) voidsetLayoutData(Element element, Collection<String> value) voidsetMakeSelectedAsContext(Element element, Boolean value) voidsetPossibleContextTypes(Element element, Collection<? extends Element> value) voidsetRelationCriterion(Element element, Collection<Object> value) voidsetRemovedElements(Element element, Collection<String> value) voidsetScope(Element element, Collection<? extends Element> value) voidsetShowAppliedStereotypes(Element element, Boolean value) voidsetShowContext(Element element, Boolean value) voidsetShowElementNumbers(Element element, Boolean value) voidsetShowElementType(Element element, Boolean value) voidsetShowFullTypes(Element element, Boolean value) voidsetShowGrouping(Element element, Boolean value) voidsetShowLegend(Element element, Boolean value) voidsetShowParameters(Element element, Boolean value) voidsetShowRelationCriterion(Element element, Boolean value) voidsetShowRelationStyles(Element element, Boolean value) voidsetShowScope(Element element, Boolean value) voidsetShowSingleNodePerElement(Element element, Boolean value) voidsetSuppressedElements(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SHOWAPPLIEDSTEREOTYPES
- See Also:
-
CONTEXTELEMENT
- See Also:
-
CUTELEMENTNAMES
Cut element names, if they are too long (the text exceeds reasonable length) and make the Relation Map difficult to read.- See Also:
-
DEPTH
- See Also:
-
DESCRIPTIONAREA
Specify the description of the Dependency Matrix.- See Also:
-
ELEMENTTYPES
- See Also:
-
EXPANDEDELEMENTS
- See Also:
-
FILTERAREAEXPANDED
- See Also:
-
GROUPINGCRITERION
- See Also:
-
INCLUDECUSTOMTYPES
Select to include the custom types that extend the specified element types. For example, if you specify a Package as an element type, the custom types, such as a Smart Package, extending the Package will also be included.- See Also:
-
INCLUDESUBTYPES
Select to include the subtypes of the specified element types. For example, if you specify a Package as an element type, its subtypes, such as a Model and Profile, will also be included.- See Also:
-
ISINITIALIZED
- See Also:
-
LAYOUT
- See Also:
-
LAYOUTDATA
- See Also:
-
MAKESELECTEDASCONTEXT
- See Also:
-
POSSIBLECONTEXTTYPES
- See Also:
-
RELATIONCRITERION
- See Also:
-
REMOVEDELEMENTS
- See Also:
-
SCOPE
- See Also:
-
SHOWCONTEXT
- See Also:
-
SHOWELEMENTNUMBERS
Set to true to display element number before its name.- See Also:
-
SHOWELEMENTTYPE
- See Also:
-
SHOWFULLTYPES
- See Also:
-
SHOWGROUPING
- See Also:
-
SHOWLEGEND
Show relationship type color legend- See Also:
-
SHOWPARAMETERS
Show the parameters signatures of operation and behavior (Activity, StateMachine, Interaction, OpaqueBehavior) on symbols.- See Also:
-
SHOWRELATIONCRITERION
- See Also:
-
SHOWRELATIONSTYLES
- See Also:
-
SHOWSCOPE
- See Also:
-
SHOWSINGLENODEPERELEMENT
Show a single node per element when the graph has more than one representation of the same element in the Relation Map.- See Also:
-
SUPPRESSEDELEMENTS
- See Also:
-
-
Constructor Details
-
RelationMapStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getShowAppliedStereotypesProperty
-
getContextElementProperty
-
getCutElementNamesProperty
-
getDepthProperty
-
getDescriptionAreaProperty
-
getElementTypesProperty
-
getExpandedElementsProperty
-
getFilterAreaExpandedProperty
-
getGroupingCriterionProperty
-
getIncludeCustomTypesProperty
-
getIncludeSubtypesProperty
-
getIsInitializedProperty
-
getLayoutProperty
-
getLayoutDataProperty
-
getMakeSelectedAsContextProperty
-
getPossibleContextTypesProperty
-
getRelationCriterionProperty
-
getRemovedElementsProperty
-
getScopeProperty
-
getShowContextProperty
-
getShowElementNumbersProperty
-
getShowElementTypeProperty
-
getShowFullTypesProperty
-
getShowGroupingProperty
-
getShowLegendProperty
-
getShowParametersProperty
-
getShowRelationCriterionProperty
-
getShowRelationStylesProperty
-
getShowScopeProperty
-
getShowSingleNodePerElementProperty
-
getSuppressedElementsProperty
-
setShowAppliedStereotypes
-
clearShowAppliedStereotypes
-
isShowAppliedStereotypes
-
setContextElement
-
clearContextElement
-
getContextElement
-
setCutElementNames
-
clearCutElementNames
-
isCutElementNames
-
setDepth
-
clearDepth
-
getDepth
-
setDescriptionArea
-
clearDescriptionArea
-
getDescriptionArea
-
setElementTypes
-
clearElementTypes
-
addElementTypes
-
removeElementTypes
-
getElementTypes
-
setExpandedElements
-
clearExpandedElements
-
addExpandedElements
-
removeExpandedElements
-
getExpandedElements
-
setFilterAreaExpanded
-
clearFilterAreaExpanded
-
isFilterAreaExpanded
-
setGroupingCriterion
-
clearGroupingCriterion
-
addGroupingCriterion
-
removeGroupingCriterion
-
getGroupingCriterion
-
setIncludeCustomTypes
-
clearIncludeCustomTypes
-
isIncludeCustomTypes
-
setIncludeSubtypes
-
clearIncludeSubtypes
-
isIncludeSubtypes
-
setIsInitialized
-
clearIsInitialized
-
isIsInitialized
-
setLayout
public void setLayout(Element element, @CheckForNull MagicDrawProfile.relationMapLayoutEnumerationEnum value) -
clearLayout
-
getLayout
-
setLayoutData
-
clearLayoutData
-
addLayoutData
-
removeLayoutData
-
getLayoutData
-
setMakeSelectedAsContext
-
clearMakeSelectedAsContext
-
isMakeSelectedAsContext
-
setPossibleContextTypes
public void setPossibleContextTypes(Element element, @CheckForNull Collection<? extends Element> value) -
clearPossibleContextTypes
-
addPossibleContextTypes
-
removePossibleContextTypes
-
getPossibleContextTypes
-
setRelationCriterion
-
clearRelationCriterion
-
addRelationCriterion
-
removeRelationCriterion
-
getRelationCriterion
-
setRemovedElements
-
clearRemovedElements
-
addRemovedElements
-
removeRemovedElements
-
getRemovedElements
-
setScope
-
clearScope
-
addScope
-
removeScope
-
getScope
-
setShowContext
-
clearShowContext
-
isShowContext
-
setShowElementNumbers
-
clearShowElementNumbers
-
isShowElementNumbers
-
setShowElementType
-
clearShowElementType
-
isShowElementType
-
setShowFullTypes
-
clearShowFullTypes
-
isShowFullTypes
-
setShowGrouping
-
clearShowGrouping
-
isShowGrouping
-
setShowLegend
-
clearShowLegend
-
isShowLegend
-
setShowParameters
-
clearShowParameters
-
isShowParameters
-
setShowRelationCriterion
-
clearShowRelationCriterion
-
isShowRelationCriterion
-
setShowRelationStyles
-
clearShowRelationStyles
-
isShowRelationStyles
-
setShowScope
-
clearShowScope
-
isShowScope
-
setShowSingleNodePerElement
-
clearShowSingleNodePerElement
-
isShowSingleNodePerElement
-
setSuppressedElements
-
clearSuppressedElements
-
addSuppressedElements
-
removeSuppressedElements
-
getSuppressedElements
-
clear
protected void clear() -
is
-
isInstance
-