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 String copyright
           
 
Method Summary
 Activity getActivity()
           
 Activity getActivityGroup_activity()
          Returns the value of the 'Activity Group activity' container reference.
 EList getContainedEdges()
           
 EList getContainedNodes()
           
 EList getOwnedElements()
           
 Element getOwner()
           
 EList getSubgroups()
           
 ActivityGroup getSuperGroup()
          Returns the value of the 'Super Group' reference
 void setActivity(Activity value)
           
 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, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, 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 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()


getContainedEdges

public EList getContainedEdges()


getContainedNodes

public EList getContainedNodes()


getActivity

public Activity getActivity()


setActivity

public void setActivity(Activity value)


getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface Element
Returns:
the value of the 'Owned Element' reference list.
See Also:
UML2Package.getElement_OwnedElement(), Element.getOwner()

getOwner

public Element getOwner()

Specified by:
getOwner in interface Element
Returns:
the value of the 'Owner' reference.
See Also:
UML2Package.getElement_Owner(), Element.getOwnedElements()

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