Class SysMLProfile.FlowPropertyStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.FlowPropertyStereotype
    extends java.lang.Object
    • 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  
    • 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()
      • 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)