Interface Activity

    • Method Detail

      • getEdge

        java.util.Collection<ActivityEdge> getEdge()
        Returns the value of the 'Edge' containment reference list. The list contents are of type ActivityEdge. It is bidirectional and its opposite is 'Activity'. ActivityEdges expressing flow between the nodes of the Activity.
        Returns:
        the value of the 'Edge' containment reference list.
        See Also:
        UMLPackage.getActivity_Edge(), ActivityEdge.getActivity()
        Model:
        opposite="activity" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getGroup

        java.util.Collection<ActivityGroup> getGroup()
        Returns the value of the 'Group' containment reference list. The list contents are of type ActivityGroup. It is bidirectional and its opposite is 'In Activity'. Top-level ActivityGroups in the Activity.
        Returns:
        the value of the 'Group' containment reference list.
        See Also:
        UMLPackage.getActivity_Group(), ActivityGroup.getInActivity()
        Model:
        opposite="inActivity" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • isReadOnly

        boolean isReadOnly()
        Returns the value of the 'Read Only' attribute. The default value is "false". If true, this Activity must not make any changes to objects. The default is false (an Activity may make nonlocal changes). (This is an assertion, not an executable property. It may be used by an execution engine to optimize model execution. If the assertion is violated by the Activity, then the model is ill-formed.)
        Returns:
        the value of the 'Read Only' attribute.
        See Also:
        setReadOnly(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivity_ReadOnly()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setReadOnly

        void setReadOnly​(boolean value)
        Sets the value of the 'Read Only' attribute.
        Parameters:
        value - the new value of the 'Read Only' attribute.
        See Also:
        isReadOnly()
        Generated:
      • isSingleExecution

        boolean isSingleExecution()
        Returns the value of the 'Single Execution' attribute. The default value is "false". If true, all invocations of the Activity are handled by the same execution.
        Returns:
        the value of the 'Single Execution' attribute.
        See Also:
        setSingleExecution(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivity_SingleExecution()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setSingleExecution

        void setSingleExecution​(boolean value)
        Sets the value of the 'Single Execution' attribute.
        Parameters:
        value - the new value of the 'Single Execution' attribute.
        See Also:
        isSingleExecution()
        Generated:
      • getVariable

        java.util.Collection<Variable> getVariable()
        Returns the value of the 'Variable' containment reference list. The list contents are of type Variable. It is bidirectional and its opposite is 'Activity Scope'. Top-level Variables defined by the Activity.
        Returns:
        the value of the 'Variable' containment reference list.
        See Also:
        UMLPackage.getActivity_Variable(), Variable.getActivityScope()
        Model:
        opposite="activityScope" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getNode

        java.util.Collection<ActivityNode> getNode()
        Returns the value of the 'Node' containment reference list. The list contents are of type ActivityNode. It is bidirectional and its opposite is 'Activity'. ActivityNodes coordinated by the Activity.
        Returns:
        the value of the 'Node' containment reference list.
        See Also:
        UMLPackage.getActivity_Node(), ActivityNode.getActivity()
        Model:
        opposite="activity" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • hasEdge

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

        boolean hasGroup()
                  throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasPartition

        boolean hasPartition()
                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasVariable

        boolean hasVariable()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasStructuredNode

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

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