org.eclipse.uml2
Interface ActivityGroup

All Superinterfaces:
Element, EModelElement, EObject, Notifier
All Known Subinterfaces:
ActivityPartition, ConditionalNode, ExpansionRegion, InterruptibleActivityRegion, LoopNode, StructuredActivityNode

public interface ActivityGroup
extends Element

A representation of the model object 'Activity Group'. Activity groups are a generic grouping construct for nodes and edges. Nodes and edges can belong to more than group. They have no inherent semantics and can be used for various purposes. Subclasses of ActivityGroup may add semantics.

The following features are supported:

See Also:
UML2Package.getActivityGroup()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Activity getActivity()
          Returns the value of the 'Activity' container reference.
 Activity getActivityGroup_activity()
          Returns the value of the 'Activity Group activity' container reference.
 ActivityEdge getContainedEdge(java.lang.String name)
          Retrieves the ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list
 EList getContainedEdges()
          Returns the value of the 'Contained Edge' reference list.
 ActivityNode getContainedNode(java.lang.String name)
          Retrieves the ActivityNode with the specified 'Name' from the 'Contained Node' reference list
 EList getContainedNodes()
          Returns the value of the 'Contained Node' reference list.
 EList getSubgroups()
          Returns the value of the 'Subgroup' reference list.
 ActivityGroup getSuperGroup()
          Returns the value of the 'Super Group' reference
 void setActivity(Activity value)
          Sets the value of the 'Activity' container reference
 void setActivityGroup_activity(Activity value)
          Sets the value of the 'Activity Group activity' container reference
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSuperGroup

public ActivityGroup getSuperGroup()
Returns the value of the 'Super Group' reference.

If the meaning of the 'Super Group' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Super Group' reference.
See Also:
UML2Package.getActivityGroup_SuperGroup()

getActivityGroup_activity

public Activity getActivityGroup_activity()
Returns the value of the 'Activity Group activity' container reference. It is bidirectional and its opposite is 'Group'.

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

Activity containing the group.

Returns:
the value of the 'Activity Group activity' container reference.
See Also:
setActivityGroup_activity(Activity), UML2Package.getActivityGroup_ActivityGroup_activity(), Activity.getGroups()

setActivityGroup_activity

public void setActivityGroup_activity(Activity value)
Sets the value of the 'Activity Group activity' container reference.

Parameters:
value - the new value of the 'Activity Group activity' container reference.
See Also:
getActivityGroup_activity()

getSubgroups

public EList getSubgroups()
Returns the value of the 'Subgroup' reference list. The list contents are of type ActivityGroup. It is bidirectional and its opposite is 'Super Group'.

Returns:
the value of the 'Subgroup' reference list.
See Also:
org.eclipse.uml2.UML2Package#getActivityGroup_Subgroup(), getSuperGroup()

getContainedEdges

public EList getContainedEdges()
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'.

Returns:
the value of the 'Contained Edge' reference list.
See Also:
org.eclipse.uml2.UML2Package#getActivityGroup_ContainedEdge(), ActivityEdge.getInGroups()

getContainedEdge

public ActivityEdge getContainedEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list.

Parameters:
name - The 'Name' of the ActivityEdge to retrieve.
Returns:
The ActivityEdge with the specified 'Name', or null.
See Also:
getContainedEdges()

getContainedNodes

public EList getContainedNodes()
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'.

Returns:
the value of the 'Contained Node' reference list.
See Also:
org.eclipse.uml2.UML2Package#getActivityGroup_ContainedNode(), ActivityNode.getInGroups()

getContainedNode

public ActivityNode getContainedNode(java.lang.String name)
Retrieves the ActivityNode with the specified 'Name' from the 'Contained Node' reference list.

Parameters:
name - The 'Name' of the ActivityNode to retrieve.
Returns:
The ActivityNode with the specified 'Name', or null.
See Also:
getContainedNodes()

getActivity

public Activity getActivity()
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Node'.

Returns:
the value of the 'Activity' container reference.
See Also:
setActivity(Activity), UML2Package.getActivityNode_Activity(), Activity.getNodes()

setActivity

public void setActivity(Activity value)
Sets the value of the 'Activity' container reference.

Parameters:
value - the new value of the 'Activity' container reference.
See Also:
getActivity()

Copyright 2003, 2005 IBM Corporation and others.
All Rights Reserved.