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 Details

  • Constructor Details

    • RelationMapStereotype

      protected RelationMapStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getShowAppliedStereotypesProperty

      @CheckForNull public Property getShowAppliedStereotypesProperty()
    • getContextElementProperty

      @CheckForNull public Property getContextElementProperty()
    • getCutElementNamesProperty

      @CheckForNull public Property getCutElementNamesProperty()
    • getDepthProperty

      @CheckForNull public Property getDepthProperty()
    • getDescriptionAreaProperty

      @CheckForNull public Property getDescriptionAreaProperty()
    • getElementTypesProperty

      @CheckForNull public Property getElementTypesProperty()
    • getExpandedElementsProperty

      @CheckForNull public Property getExpandedElementsProperty()
    • getFilterAreaExpandedProperty

      @CheckForNull public Property getFilterAreaExpandedProperty()
    • getGroupingCriterionProperty

      @CheckForNull public Property getGroupingCriterionProperty()
    • getIncludeCustomTypesProperty

      @CheckForNull public Property getIncludeCustomTypesProperty()
    • getIncludeSubtypesProperty

      @CheckForNull public Property getIncludeSubtypesProperty()
    • getIsInitializedProperty

      @CheckForNull public Property getIsInitializedProperty()
    • getLayoutProperty

      @CheckForNull public Property getLayoutProperty()
    • getLayoutDataProperty

      @CheckForNull public Property getLayoutDataProperty()
    • getMakeSelectedAsContextProperty

      @CheckForNull public Property getMakeSelectedAsContextProperty()
    • getPossibleContextTypesProperty

      @CheckForNull public Property getPossibleContextTypesProperty()
    • getRelationCriterionProperty

      @CheckForNull public Property getRelationCriterionProperty()
    • getRemovedElementsProperty

      @CheckForNull public Property getRemovedElementsProperty()
    • getScopeProperty

      @CheckForNull public Property getScopeProperty()
    • getShowContextProperty

      @CheckForNull public Property getShowContextProperty()
    • getShowElementNumbersProperty

      @CheckForNull public Property getShowElementNumbersProperty()
    • getShowElementTypeProperty

      @CheckForNull public Property getShowElementTypeProperty()
    • getShowFullTypesProperty

      @CheckForNull public Property getShowFullTypesProperty()
    • getShowGroupingProperty

      @CheckForNull public Property getShowGroupingProperty()
    • getShowLegendProperty

      @CheckForNull public Property getShowLegendProperty()
    • getShowParametersProperty

      @CheckForNull public Property getShowParametersProperty()
    • getShowRelationCriterionProperty

      @CheckForNull public Property getShowRelationCriterionProperty()
    • getShowRelationStylesProperty

      @CheckForNull public Property getShowRelationStylesProperty()
    • getShowScopeProperty

      @CheckForNull public Property getShowScopeProperty()
    • getShowSingleNodePerElementProperty

      @CheckForNull public Property getShowSingleNodePerElementProperty()
    • getSuppressedElementsProperty

      @CheckForNull public Property getSuppressedElementsProperty()
    • setShowAppliedStereotypes

      public void setShowAppliedStereotypes(Element element, @CheckForNull Boolean value)
    • clearShowAppliedStereotypes

      public void clearShowAppliedStereotypes(Element element)
    • isShowAppliedStereotypes

      @CheckForNull public Boolean isShowAppliedStereotypes(Element element)
    • setContextElement

      public void setContextElement(Element element, @CheckForNull Element value)
    • clearContextElement

      public void clearContextElement(Element element)
    • getContextElement

      @CheckForNull public Element getContextElement(Element element)
    • setCutElementNames

      public void setCutElementNames(Element element, @CheckForNull Boolean value)
    • clearCutElementNames

      public void clearCutElementNames(Element element)
    • isCutElementNames

      @CheckForNull public Boolean isCutElementNames(Element element)
    • setDepth

      public void setDepth(Element element, @CheckForNull Integer value)
    • clearDepth

      public void clearDepth(Element element)
    • getDepth

      @CheckForNull public Integer getDepth(Element element)
    • setDescriptionArea

      public void setDescriptionArea(Element element, @CheckForNull String value)
    • clearDescriptionArea

      public void clearDescriptionArea(Element element)
    • getDescriptionArea

      @CheckForNull public String getDescriptionArea(Element element)
    • setElementTypes

      public void setElementTypes(Element element, @CheckForNull Collection<? extends Element> value)
    • clearElementTypes

      public void clearElementTypes(Element element)
    • addElementTypes

      public void addElementTypes(Element element, Element value)
    • removeElementTypes

      public void removeElementTypes(Element element, Element value)
    • getElementTypes

      public List<Element> getElementTypes(Element element)
    • setExpandedElements

      public void setExpandedElements(Element element, @CheckForNull Collection<String> value)
    • clearExpandedElements

      public void clearExpandedElements(Element element)
    • addExpandedElements

      public void addExpandedElements(Element element, String value)
    • removeExpandedElements

      public void removeExpandedElements(Element element, String value)
    • getExpandedElements

      public List<String> getExpandedElements(Element element)
    • setFilterAreaExpanded

      public void setFilterAreaExpanded(Element element, @CheckForNull Boolean value)
    • clearFilterAreaExpanded

      public void clearFilterAreaExpanded(Element element)
    • isFilterAreaExpanded

      @CheckForNull public Boolean isFilterAreaExpanded(Element element)
    • setGroupingCriterion

      public void setGroupingCriterion(Element element, @CheckForNull Collection<String> value)
    • clearGroupingCriterion

      public void clearGroupingCriterion(Element element)
    • addGroupingCriterion

      public void addGroupingCriterion(Element element, String value)
    • removeGroupingCriterion

      public void removeGroupingCriterion(Element element, String value)
    • getGroupingCriterion

      public List<String> getGroupingCriterion(Element element)
    • setIncludeCustomTypes

      public void setIncludeCustomTypes(Element element, @CheckForNull Boolean value)
    • clearIncludeCustomTypes

      public void clearIncludeCustomTypes(Element element)
    • isIncludeCustomTypes

      @CheckForNull public Boolean isIncludeCustomTypes(Element element)
    • setIncludeSubtypes

      public void setIncludeSubtypes(Element element, @CheckForNull Boolean value)
    • clearIncludeSubtypes

      public void clearIncludeSubtypes(Element element)
    • isIncludeSubtypes

      @CheckForNull public Boolean isIncludeSubtypes(Element element)
    • setIsInitialized

      public void setIsInitialized(Element element, @CheckForNull Boolean value)
    • clearIsInitialized

      public void clearIsInitialized(Element element)
    • isIsInitialized

      @CheckForNull public Boolean isIsInitialized(Element element)
    • setLayout

      public void setLayout(Element element, @CheckForNull MagicDrawProfile.relationMapLayoutEnumerationEnum value)
    • clearLayout

      public void clearLayout(Element element)
    • getLayout

      @CheckForNull public MagicDrawProfile.relationMapLayoutEnumerationEnum getLayout(Element element)
    • setLayoutData

      public void setLayoutData(Element element, @CheckForNull Collection<String> value)
    • clearLayoutData

      public void clearLayoutData(Element element)
    • addLayoutData

      public void addLayoutData(Element element, String value)
    • removeLayoutData

      public void removeLayoutData(Element element, String value)
    • getLayoutData

      public List<String> getLayoutData(Element element)
    • setMakeSelectedAsContext

      public void setMakeSelectedAsContext(Element element, @CheckForNull Boolean value)
    • clearMakeSelectedAsContext

      public void clearMakeSelectedAsContext(Element element)
    • isMakeSelectedAsContext

      @CheckForNull public Boolean isMakeSelectedAsContext(Element element)
    • setPossibleContextTypes

      public void setPossibleContextTypes(Element element, @CheckForNull Collection<? extends Element> value)
    • clearPossibleContextTypes

      public void clearPossibleContextTypes(Element element)
    • addPossibleContextTypes

      public void addPossibleContextTypes(Element element, Element value)
    • removePossibleContextTypes

      public void removePossibleContextTypes(Element element, Element value)
    • getPossibleContextTypes

      public List<Element> getPossibleContextTypes(Element element)
    • setRelationCriterion

      public void setRelationCriterion(Element element, @CheckForNull Collection<Object> value)
    • clearRelationCriterion

      public void clearRelationCriterion(Element element)
    • addRelationCriterion

      public void addRelationCriterion(Element element, Object value)
    • removeRelationCriterion

      public void removeRelationCriterion(Element element, Object value)
    • getRelationCriterion

      public List<Object> getRelationCriterion(Element element)
    • setRemovedElements

      public void setRemovedElements(Element element, @CheckForNull Collection<String> value)
    • clearRemovedElements

      public void clearRemovedElements(Element element)
    • addRemovedElements

      public void addRemovedElements(Element element, String value)
    • removeRemovedElements

      public void removeRemovedElements(Element element, String value)
    • getRemovedElements

      public List<String> getRemovedElements(Element element)
    • setScope

      public void setScope(Element element, @CheckForNull Collection<? extends Element> value)
    • clearScope

      public void clearScope(Element element)
    • addScope

      public void addScope(Element element, Element value)
    • removeScope

      public void removeScope(Element element, Element value)
    • getScope

      public List<Element> getScope(Element element)
    • setShowContext

      public void setShowContext(Element element, @CheckForNull Boolean value)
    • clearShowContext

      public void clearShowContext(Element element)
    • isShowContext

      @CheckForNull public Boolean isShowContext(Element element)
    • setShowElementNumbers

      public void setShowElementNumbers(Element element, @CheckForNull Boolean value)
    • clearShowElementNumbers

      public void clearShowElementNumbers(Element element)
    • isShowElementNumbers

      @CheckForNull public Boolean isShowElementNumbers(Element element)
    • setShowElementType

      public void setShowElementType(Element element, @CheckForNull Boolean value)
    • clearShowElementType

      public void clearShowElementType(Element element)
    • isShowElementType

      @CheckForNull public Boolean isShowElementType(Element element)
    • setShowFullTypes

      public void setShowFullTypes(Element element, @CheckForNull Boolean value)
    • clearShowFullTypes

      public void clearShowFullTypes(Element element)
    • isShowFullTypes

      @CheckForNull public Boolean isShowFullTypes(Element element)
    • setShowGrouping

      public void setShowGrouping(Element element, @CheckForNull Boolean value)
    • clearShowGrouping

      public void clearShowGrouping(Element element)
    • isShowGrouping

      @CheckForNull public Boolean isShowGrouping(Element element)
    • setShowLegend

      public void setShowLegend(Element element, @CheckForNull Boolean value)
    • clearShowLegend

      public void clearShowLegend(Element element)
    • isShowLegend

      @CheckForNull public Boolean isShowLegend(Element element)
    • setShowParameters

      public void setShowParameters(Element element, @CheckForNull Boolean value)
    • clearShowParameters

      public void clearShowParameters(Element element)
    • isShowParameters

      @CheckForNull public Boolean isShowParameters(Element element)
    • setShowRelationCriterion

      public void setShowRelationCriterion(Element element, @CheckForNull Boolean value)
    • clearShowRelationCriterion

      public void clearShowRelationCriterion(Element element)
    • isShowRelationCriterion

      @CheckForNull public Boolean isShowRelationCriterion(Element element)
    • setShowRelationStyles

      public void setShowRelationStyles(Element element, @CheckForNull Boolean value)
    • clearShowRelationStyles

      public void clearShowRelationStyles(Element element)
    • isShowRelationStyles

      @CheckForNull public Boolean isShowRelationStyles(Element element)
    • setShowScope

      public void setShowScope(Element element, @CheckForNull Boolean value)
    • clearShowScope

      public void clearShowScope(Element element)
    • isShowScope

      @CheckForNull public Boolean isShowScope(Element element)
    • setShowSingleNodePerElement

      public void setShowSingleNodePerElement(Element element, @CheckForNull Boolean value)
    • clearShowSingleNodePerElement

      public void clearShowSingleNodePerElement(Element element)
    • isShowSingleNodePerElement

      @CheckForNull public Boolean isShowSingleNodePerElement(Element element)
    • setSuppressedElements

      public void setSuppressedElements(Element element, @CheckForNull Collection<String> value)
    • clearSuppressedElements

      public void clearSuppressedElements(Element element)
    • addSuppressedElements

      public void addSuppressedElements(Element element, String value)
    • removeSuppressedElements

      public void removeSuppressedElements(Element element, String value)
    • getSuppressedElements

      public List<String> getSuppressedElements(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)