Interface ExpansionRegion

    • Method Detail

      • getMode

        @CheckForNull
        ExpansionKind getMode()
        Returns the value of the 'Mode' attribute. The default value is "iterative". The literals are from the enumeration ExpansionKind. The mode in which the ExpansionRegion executes its contents. If parallel, executions are concurrent. If iterative, executions are sequential. If stream, a stream of values flows into a single execution.
        Returns:
        the value of the 'Mode' attribute.
        See Also:
        ExpansionKind, setMode(ExpansionKind), UMLPackage.getExpansionRegion_Mode()
        Model:
        default="iterative" required="true" ordered="false"
        Generated:
      • setMode

        void setMode​(@CheckForNull
                     ExpansionKind value)
        Sets the value of the 'Mode' attribute.
        Parameters:
        value - the new value of the 'Mode' attribute.
        See Also:
        ExpansionKind, getMode()
        Generated:
      • hasOutputElement

        boolean hasOutputElement()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasInputElement

        boolean hasInputElement()
                         throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: