| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityGroup
A representation of the model object 'Activity Group'. ActivityGroup is an abstract class for defining sets of nodes and edges in an activity.
The following features are supported:
UMLPackage.getActivityGroup()| Method Summary | |
|---|---|
|  ActivityEdge | getContainedEdge(java.lang.String name)Retrieves the first ActivityEdgewith the specified 'Name' from the 'Contained Edge' reference list | 
|  ActivityEdge | getContainedEdge(java.lang.String name,
                 boolean ignoreCase,
                 org.eclipse.emf.ecore.EClass eClass)Retrieves the first ActivityEdgewith the specified 'Name' from the 'Contained Edge' reference list | 
|  org.eclipse.emf.common.util.EList<ActivityEdge> | getContainedEdges()Returns the value of the 'Contained Edge' reference list. | 
|  ActivityNode | getContainedNode(java.lang.String name)Retrieves the first ActivityNodewith the specified 'Name' from the 'Contained Node' reference list | 
|  ActivityNode | getContainedNode(java.lang.String name,
                 boolean ignoreCase,
                 org.eclipse.emf.ecore.EClass eClass)Retrieves the first ActivityNodewith the specified 'Name' from the 'Contained Node' reference list | 
|  org.eclipse.emf.common.util.EList<ActivityNode> | getContainedNodes()Returns the value of the 'Contained Node' reference list. | 
|  Activity | getInActivity()Returns the value of the 'In Activity' container reference. | 
|  org.eclipse.emf.common.util.EList<ActivityGroup> | getSubgroups()Returns the value of the 'Subgroup' reference list. | 
|  ActivityGroup | getSuperGroup()Returns the value of the 'Super Group' reference. | 
|  void | setInActivity(Activity value)Sets the value of the ' In Activity' container reference | 
|  boolean | validateGroupOwned(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                   java.util.Map<java.lang.Object,java.lang.Object> context)Groups may only be owned by activities or groups. | 
|  boolean | validateNodesAndEdges(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                      java.util.Map<java.lang.Object,java.lang.Object> context)All nodes and edges of the group must be in the same activity as the group. | 
|  boolean | validateNotContained(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                     java.util.Map<java.lang.Object,java.lang.Object> context)No node or edge in a group may be contained by its subgroups or its containing groups, transitively. | 
| 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Method Detail | 
|---|
org.eclipse.emf.common.util.EList<ActivityGroup> getSubgroups()
ActivityGroup.
 It is bidirectional and its opposite is 'Super Group'.
 This feature subsets the following features:
This feature is a derived union. Groups immediately contained in the group.
UMLPackage.getActivityGroup_Subgroup(), 
getSuperGroup()ActivityGroup getSuperGroup()
Subgroup'.
 This feature subsets the following features:
Owner'
UMLPackage.getActivityGroup_SuperGroup(), 
getSubgroups()org.eclipse.emf.common.util.EList<ActivityNode> getContainedNodes()
ActivityNode.
 It is bidirectional and its opposite is 'In Group'.
 This feature is a derived union.
 
 
 
 Nodes immediately contained in the group.
 
UMLPackage.getActivityGroup_ContainedNode(), 
ActivityNode.getInGroups()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, or null.
ActivityNode with the specified 'Name', or null.getContainedNodes()
ActivityNode getContainedNode(java.lang.String name,
                              boolean ignoreCase,
                              org.eclipse.emf.ecore.EClass eClass)
ActivityNode with the specified 'Name' from the 'Contained Node' reference list.
 
 
name - The 'Name' of the ActivityNode to retrieve, or null.ignoreCase - Whether to ignore case in String comparisons.eClass - The Ecore class of the ActivityNode to retrieve, or null.
ActivityNode with the specified 'Name', or null.getContainedNodes()Activity getInActivity()
Group'.
 This feature subsets the following features:
Owner'
setInActivity(Activity), 
UMLPackage.getActivityGroup_InActivity(), 
Activity.getGroups()void setInActivity(Activity value)
In Activity' container reference.
 
 
value - the new value of the 'In Activity' container reference.getInActivity()org.eclipse.emf.common.util.EList<ActivityEdge> getContainedEdges()
ActivityEdge.
 It is bidirectional and its opposite is 'In Group'.
 This feature is a derived union.
 
 
 
 Edges immediately contained in the group.
 
UMLPackage.getActivityGroup_ContainedEdge(), 
ActivityEdge.getInGroups()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, or null.
ActivityEdge with the specified 'Name', or null.getContainedEdges()
ActivityEdge getContainedEdge(java.lang.String name,
                              boolean ignoreCase,
                              org.eclipse.emf.ecore.EClass eClass)
ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list.
 
 
name - The 'Name' of the ActivityEdge to retrieve, or null.ignoreCase - Whether to ignore case in String comparisons.eClass - The Ecore class of the ActivityEdge to retrieve, or null.
ActivityEdge with the specified 'Name', or null.getContainedEdges()
boolean validateNodesAndEdges(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                              java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
 
boolean validateNotContained(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                             java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
 
boolean validateGroupOwned(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                           java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
 | 
 | Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||