Class SysMLProfile.ConnectorPropertyStereotype

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property connector  
      static java.lang.String CONNECTOR
      A connector of the block owning the property on which the stereotype is applied.
      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 clearConnector​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getConnector​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConnectorProperty()  
      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 setConnector​(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

      • CONNECTOR

        public static final java.lang.String CONNECTOR
        A connector of the block owning the property on which the stereotype is applied.
        See Also:
        Constant Field Values
      • connector

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

      • ConnectorPropertyStereotype

        protected ConnectorPropertyStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getConnectorProperty()
      • setConnector

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

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

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