All Superinterfaces:
ActivityGroup, 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

public interface ActivityPartition extends ActivityGroup
A representation of the model object 'Activity Partition'.

An ActivityPartition is a kind of ActivityGroup for identifying ActivityNodes that have some characteristic in common.

The following features are supported:

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

    • getNode

      Returns the value of the 'Node' reference list. The list contents are of type ActivityNode. It is bidirectional and its opposite is 'In Partition'. ActivityNodes immediately contained in the ActivityPartition.
      Returns:
      the value of the 'Node' reference list.
      See Also:
      Model:
      opposite="inPartition" ordered="false"
      Generated:
    • getSubpartition

      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:
      Model:
      opposite="superPartition" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • getSuperPartition

      @CheckForNull ActivityPartition getSuperPartition()
      Returns the value of the 'Super Partition' container reference. It is bidirectional and its opposite is 'Subpartition'. Other ActivityPartitions immediately containing this ActivityPartition (as its superGroups).
      Returns:
      the value of the 'Super Partition' container reference.
      See Also:
      Model:
      opposite="subpartition" transient="false" 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:
      Generated:
    • getRepresents

      @CheckForNull Element getRepresents()
      Returns the value of the 'Represents' reference. It is bidirectional and its opposite is 'activity Partition Of Represents'. An Element represented by the functionality modeled within the ActivityPartition.
      Returns:
      the value of the 'Represents' reference.
      See Also:
      Model:
      opposite="_activityPartitionOfRepresents" ordered="false"
      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:
      Generated:
    • get_activityOfPartition

      @CheckForNull Activity get_activityOfPartition()
      Returns the value of the 'activity Of Partition' reference. It is bidirectional and its opposite is 'Partition'.

      If the meaning of the 'activity Of Partition' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'activity Of Partition' reference.
      See Also:
      Model:
      opposite="partition" ordered="false"
      Generated:
    • set_activityOfPartition

      void set_activityOfPartition(@CheckForNull Activity value)
      Sets the value of the 'activity Of Partition' reference.
      Parameters:
      value - the new value of the 'activity Of Partition' reference.
      See Also:
      Generated:
    • getEdge

      Returns the value of the 'Edge' reference list. The list contents are of type ActivityEdge. It is bidirectional and its opposite is 'In Partition'. ActivityEdges immediately contained in the ActivityPartition.
      Returns:
      the value of the 'Edge' reference list.
      See Also:
      Model:
      opposite="inPartition" ordered="false"
      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:
      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:
      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: