Class SysMLProfile.StakeholderStereotype

    • Constructor Detail

      • StakeholderStereotype

        protected StakeholderStereotype​(SysMLProfile profile)
    • Method Detail

      • getConcernProperty

        @CheckForNull
        public Property getConcernProperty()
      • getConcernListProperty

        @CheckForNull
        public Property getConcernListProperty()
      • setConcern

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

        public void clearConcern​(Element element)
      • addConcern

        public void addConcern​(Element element,
                               Element value)
      • removeConcern

        public void removeConcern​(Element element,
                                  Element value)
      • getConcern

        public java.util.List<Element> getConcern​(Element element)
      • setConcernList

        public void setConcernList​(Element element,
                                   @CheckForNull
                                   Element value)
      • clearConcernList

        public void clearConcernList​(Element element)
      • getConcernList

        @CheckForNull
        public Element getConcernList​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)