Interface ActivityPartition

    • Method Detail

      • getSubpartition

        java.util.Collection<ActivityPartition> getSubpartition()
        Returns the value of the 'Subpartition' containment reference list. The list contents are of type ActivityPartition. It is bidirectional and its opposite is 'Super Partition'. Other ActivityPartitions immediately contained in this ActivityPartition (as its subgroups).
        Returns:
        the value of the 'Subpartition' containment reference list.
        See Also:
        UMLPackage.getActivityPartition_Subpartition(), getSuperPartition()
        Model:
        opposite="superPartition" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • setSuperPartition

        void setSuperPartition​(@CheckForNull
                               ActivityPartition value)
        Sets the value of the 'Super Partition' container reference.
        Parameters:
        value - the new value of the 'Super Partition' container reference.
        See Also:
        getSuperPartition()
        Generated:
      • setRepresents

        void setRepresents​(@CheckForNull
                           Element value)
        Sets the value of the 'Represents' reference.
        Parameters:
        value - the new value of the 'Represents' reference.
        See Also:
        getRepresents()
        Generated:
      • isDimension

        boolean isDimension()
        Returns the value of the 'Dimension' attribute. The default value is "false". Indicates whether the ActivityPartition groups other ActivityPartitions along a dimension.
        Returns:
        the value of the 'Dimension' attribute.
        See Also:
        setDimension(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivityPartition_Dimension()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDimension

        void setDimension​(boolean value)
        Sets the value of the 'Dimension' attribute.
        Parameters:
        value - the new value of the 'Dimension' attribute.
        See Also:
        isDimension()
        Generated:
      • isExternal

        boolean isExternal()
        Returns the value of the 'External' attribute. The default value is "false". Indicates whether the ActivityPartition represents an entity to which the partitioning structure does not apply.
        Returns:
        the value of the 'External' attribute.
        See Also:
        setExternal(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivityPartition_External()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setExternal

        void setExternal​(boolean value)
        Sets the value of the 'External' attribute.
        Parameters:
        value - the new value of the 'External' attribute.
        See Also:
        isExternal()
        Generated:
      • hasNode

        boolean hasNode()
                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasSubpartition

        boolean hasSubpartition()
                         throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasEdge

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