Class SysMLProfile.AdjunctPropertyStereotype

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property principal  
      static java.lang.String PRINCIPAL
      Gives the element that determines the values of the property.
      static java.lang.String STEREOTYPE_NAME  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearPrincipal​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getPrincipal​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getPrincipalProperty()  
      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 setPrincipal​(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

      • PRINCIPAL

        public static final java.lang.String PRINCIPAL
        Gives the element that determines the values of the property. Must be a connector, call action, object node, variable, or parameter.
        See Also:
        Constant Field Values
      • principal

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

      • AdjunctPropertyStereotype

        protected AdjunctPropertyStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getPrincipalProperty()
      • setPrincipal

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

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getPrincipal​(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)