Class SysMLProfile.StakeholderStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.StakeholderStereotype
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property concern  
      static java.lang.String CONCERN  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property concernList  
      static java.lang.String CONCERNLIST  
      static java.lang.String STEREOTYPE_NAME  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      protected void clear()  
      void clearConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConcernListProperty()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConcernProperty()  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void removeConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      void setConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)  
      void setConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • concern

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property concern
      • concernList

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property concernList
    • Constructor Detail

      • StakeholderStereotype

        protected StakeholderStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
      • getConcernProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConcernProperty()
      • getConcernListProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConcernListProperty()
      • setConcern

        public void setConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                               @CheckForNull
                               java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)
      • clearConcern

        public void clearConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • addConcern

        public void addConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                               com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • removeConcern

        public void removeConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                  com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • getConcern

        public java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getConcern​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • setConcernList

        public void setConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                   @CheckForNull
                                   com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • clearConcernList

        public void clearConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getConcernList

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getConcernList​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)