Class SysMLProfile.FlowPropertyStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.FlowPropertyStereotype
    extends com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property direction  
      static java.lang.String DIRECTION
      Specifies if the property value is received from an external block (direction= in ), transmitted to an external Block (direction= out ) or both (direction= inout ).
      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 clearDirection​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      SysMLProfile.FlowDirectionKindEnum getDirection​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getDirectionProperty()  
      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 setDirection​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, SysMLProfile.FlowDirectionKindEnum value)  
      • Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper

        apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
      • Methods inherited from class java.lang.Object

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

      • DIRECTION

        public static final java.lang.String DIRECTION
        Specifies if the property value is received from an external block (direction= in ), transmitted to an external Block (direction= out ) or both (direction= inout ).
        See Also:
        Constant Field Values
      • direction

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

      • FlowPropertyStereotype

        protected FlowPropertyStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
        Specified by:
        getStereotype in class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
      • getDirectionProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getDirectionProperty()
      • clearDirection

        public void clearDirection​(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)