All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
ActivityPartition, ConditionalNode, ExpansionRegion, InterruptibleActivityRegion, LoopNode, SequenceNode, StructuredActivityNode

public interface ActivityGroup extends NamedElement
A representation of the model object 'Activity Group'.

ActivityGroup is an abstract class for defining sets of ActivityNodes and ActivityEdges in an Activity.

The following features are supported:

See Also:
Model:
abstract="true" annotation="MOF package='activities.mdfundamentalactivities'"
Generated:
  • Method Details

    • getContainedNode

      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:
      Model:
      opposite="inGroup" transient="true" volatile="true" derived="true" ordered="false"
      Generated:
    • getInActivity

      @CheckForNull Activity getInActivity()
      Returns the value of the 'In Activity' container reference. It is bidirectional and its opposite is 'Group'. The Activity containing the ActivityGroup, if it is directly owned by an Activity.
      Returns:
      the value of the 'In Activity' container reference.
      See Also:
      Model:
      opposite="group" transient="false" 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:
      Generated:
    • getSubgroup

      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:
      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:
      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:
      Generated:
    • getContainedEdge

      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:
      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: