Interface ObjectFlow

    • Method Detail

      • isMulticast

        boolean isMulticast()
        Returns the value of the 'Multicast' attribute. The default value is "false". Indicates whether the objects in the ObjectFlow are passed by multicasting.
        Returns:
        the value of the 'Multicast' attribute.
        See Also:
        setMulticast(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getObjectFlow_Multicast()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setMulticast

        void setMulticast​(boolean value)
        Sets the value of the 'Multicast' attribute.
        Parameters:
        value - the new value of the 'Multicast' attribute.
        See Also:
        isMulticast()
        Generated:
      • isMultireceive

        boolean isMultireceive()
        Returns the value of the 'Multireceive' attribute. The default value is "false". Indicates whether the objects in the ObjectFlow are gathered from respondents to multicasting.
        Returns:
        the value of the 'Multireceive' attribute.
        See Also:
        setMultireceive(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getObjectFlow_Multireceive()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setMultireceive

        void setMultireceive​(boolean value)
        Sets the value of the 'Multireceive' attribute.
        Parameters:
        value - the new value of the 'Multireceive' attribute.
        See Also:
        isMultireceive()
        Generated:
      • setTransformation

        void setTransformation​(@CheckForNull
                               Behavior value)
        Sets the value of the 'Transformation' reference.
        Parameters:
        value - the new value of the 'Transformation' reference.
        See Also:
        getTransformation()
        Generated:
      • setSelection

        void setSelection​(@CheckForNull
                          Behavior value)
        Sets the value of the 'Selection' reference.
        Parameters:
        value - the new value of the 'Selection' reference.
        See Also:
        getSelection()
        Generated: