|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
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 |
public static final java.lang.String copyright
Method Detail |
public ActivityGroup getSuperGroup()
If the meaning of the 'Super Group' reference isn't clear, there really should be more of a description here...
UML2Package.getActivityGroup_SuperGroup()
public Activity getActivityGroup_activity()
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.
setActivityGroup_activity(Activity)
,
UML2Package.getActivityGroup_ActivityGroup_activity()
,
Activity.getGroups()
public void setActivityGroup_activity(Activity value)
Activity Group activity
' container reference.
value
- the new value of the 'Activity Group activity' container reference.getActivityGroup_activity()
public EList getSubgroups()
ActivityGroup
.
It is bidirectional and its opposite is 'Super Group
'.
org.eclipse.uml2.UML2Package#getActivityGroup_Subgroup()
,
getSuperGroup()
public EList getContainedEdges()
ActivityEdge
.
It is bidirectional and its opposite is 'In Group
'.
org.eclipse.uml2.UML2Package#getActivityGroup_ContainedEdge()
,
ActivityEdge.getInGroups()
public ActivityEdge getContainedEdge(java.lang.String name)
ActivityEdge
with the specified 'Name' from the 'Contained Edge' reference list.
name
- The 'Name' of the ActivityEdge
to retrieve.
ActivityEdge
with the specified 'Name', or null
.getContainedEdges()
public EList getContainedNodes()
ActivityNode
.
It is bidirectional and its opposite is 'In Group
'.
org.eclipse.uml2.UML2Package#getActivityGroup_ContainedNode()
,
ActivityNode.getInGroups()
public ActivityNode getContainedNode(java.lang.String name)
ActivityNode
with the specified 'Name' from the 'Contained Node' reference list.
name
- The 'Name' of the ActivityNode
to retrieve.
ActivityNode
with the specified 'Name', or null
.getContainedNodes()
public Activity getActivity()
Node
'.
setActivity(Activity)
,
UML2Package.getActivityNode_Activity()
,
Activity.getNodes()
public void setActivity(Activity value)
Activity
' container reference.
value
- the new value of the 'Activity' container reference.getActivity()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |