Class SysMLProfile.ItemFlowStereotype

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property itemProperty  
      static java.lang.String ITEMPROPERTY
      An optional property that relates the flowing item to the instances of the connector s enclosing block.
      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 clearItemProperty​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getItemProperty​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getItemPropertyProperty()  
      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 setItemProperty​(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

      • ITEMPROPERTY

        public static final java.lang.String ITEMPROPERTY
        An optional property that relates the flowing item to the instances of the connector s enclosing block. This property is applicable only for item flows assigned to connectors. The multiplicity is zero if the item flow is assigned to an Association.
        See Also:
        Constant Field Values
      • itemProperty

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

      • ItemFlowStereotype

        protected ItemFlowStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getItemPropertyProperty()
      • setItemProperty

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

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

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