Class MagicDrawProfile.DiagramContentFilterStereotype

    • Constructor Detail

      • DiagramContentFilterStereotype

        protected DiagramContentFilterStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getFilteredByLegendItemsProperty

        @CheckForNull
        public Property getFilteredByLegendItemsProperty()
      • setFilteredByLegendItems

        public void setFilteredByLegendItems​(Element element,
                                             @CheckForNull
                                             java.util.Collection<? extends Element> value)
      • clearFilteredByLegendItems

        public void clearFilteredByLegendItems​(Element element)
      • addFilteredByLegendItems

        public void addFilteredByLegendItems​(Element element,
                                             Element value)
      • removeFilteredByLegendItems

        public void removeFilteredByLegendItems​(Element element,
                                                Element value)
      • getFilteredByLegendItems

        public java.util.List<Element> getFilteredByLegendItems​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
        Description copied from class: ProfileImplementation.StereotypeWrapper
        Checks if stereotype of this wrapper is applied to given element.
        Parameters:
        element - element
        Returns:
        true if stereotype of this wrapper is applied to given element
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)