Interface ActivityGroup

    • Method Detail

      • getContainedNode

        java.util.Collection<ActivityNode> getContainedNode()
        Returns the value of the 'Contained Node' reference list. The list contents are of type ActivityNode. It is bidirectional and its opposite is 'In Group'. ActivityNodes immediately contained in the ActivityGroup.
        Returns:
        the value of the 'Contained Node' reference list.
        See Also:
        UMLPackage.getActivityGroup_ContainedNode(), ActivityNode.getInGroup()
        Model:
        opposite="inGroup" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • setInActivity

        void setInActivity​(@CheckForNull
                           Activity value)
        Sets the value of the 'In Activity' container reference.
        Parameters:
        value - the new value of the 'In Activity' container reference.
        See Also:
        getInActivity()
        Generated:
      • getSubgroup

        java.util.Collection<ActivityGroup> getSubgroup()
        Returns the value of the 'Subgroup' reference list. The list contents are of type ActivityGroup. It is bidirectional and its opposite is 'Super Group'. Other ActivityGroups immediately contained in this ActivityGroup.
        Returns:
        the value of the 'Subgroup' reference list.
        See Also:
        UMLPackage.getActivityGroup_Subgroup(), getSuperGroup()
        Model:
        opposite="superGroup" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • getSuperGroup

        @CheckForNull
        ActivityGroup getSuperGroup()
        Returns the value of the 'Super Group' reference. It is bidirectional and its opposite is 'Subgroup'. The ActivityGroup immediately containing this ActivityGroup, if it is directly owned by another ActivityGroup.
        Returns:
        the value of the 'Super Group' reference.
        See Also:
        setSuperGroup(ActivityGroup), UMLPackage.getActivityGroup_SuperGroup(), getSubgroup()
        Model:
        opposite="subgroup" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • setSuperGroup

        void setSuperGroup​(@CheckForNull
                           ActivityGroup value)
        Sets the value of the 'Super Group' reference.
        Parameters:
        value - the new value of the 'Super Group' reference.
        See Also:
        getSuperGroup()
        Generated:
      • getContainedEdge

        java.util.Collection<ActivityEdge> getContainedEdge()
        Returns the value of the 'Contained Edge' reference list. The list contents are of type ActivityEdge. It is bidirectional and its opposite is 'In Group'. ActivityEdges immediately contained in the ActivityGroup.
        Returns:
        the value of the 'Contained Edge' reference list.
        See Also:
        UMLPackage.getActivityGroup_ContainedEdge(), ActivityEdge.getInGroup()
        Model:
        opposite="inGroup" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • hasContainedNode

        boolean hasContainedNode()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasSubgroup

        boolean hasSubgroup()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasContainedEdge

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