public interface ActivityGroup extends NamedElement
ActivityGroup is an abstract class for defining sets of ActivityNodes and ActivityEdges in an Activity.
The following features are supported:
UMLPackage.getActivityGroup()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ActivityEdge> |
getContainedEdge()
Returns the value of the 'Contained Edge' reference list.
|
java.util.Collection<ActivityNode> |
getContainedNode()
Returns the value of the 'Contained Node' reference list.
|
Activity |
getInActivity()
Returns the value of the 'In Activity' container reference.
|
java.util.Collection<ActivityGroup> |
getSubgroup()
Returns the value of the 'Subgroup' reference list.
|
ActivityGroup |
getSuperGroup()
Returns the value of the 'Super Group' reference.
|
boolean |
hasContainedEdge() |
boolean |
hasContainedNode() |
boolean |
hasSubgroup() |
void |
setInActivity(Activity value)
Sets the value of the '
In Activity ' container
reference. |
void |
setSuperGroup(ActivityGroup value)
Sets the value of the '
Super Group ' reference. |
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
java.util.Collection<ActivityNode> getContainedNode()
ActivityNode
.
It is bidirectional and its opposite is 'In Group
'.
ActivityNodes immediately contained in the ActivityGroup.
UMLPackage.getActivityGroup_ContainedNode()
,
ActivityNode.getInGroup()
@CheckForNull Activity getInActivity()
Group
'.
The Activity containing the ActivityGroup, if it is directly owned by an Activity.
setInActivity(Activity)
,
UMLPackage.getActivityGroup_InActivity()
,
Activity.getGroup()
void setInActivity(@CheckForNull Activity value)
In Activity
' container
reference.
value
- the new value of the 'In Activity' container reference.getInActivity()
java.util.Collection<ActivityGroup> getSubgroup()
ActivityGroup
.
It is bidirectional and its opposite is
'Super Group
'.
Other ActivityGroups immediately contained in this ActivityGroup.
UMLPackage.getActivityGroup_Subgroup()
,
getSuperGroup()
@CheckForNull ActivityGroup getSuperGroup()
Subgroup
'.
The ActivityGroup immediately containing this ActivityGroup, if it is directly owned by another ActivityGroup.
setSuperGroup(ActivityGroup)
,
UMLPackage.getActivityGroup_SuperGroup()
,
getSubgroup()
void setSuperGroup(@CheckForNull ActivityGroup value)
Super Group
' reference.
value
- the new value of the 'Super Group' reference.getSuperGroup()
java.util.Collection<ActivityEdge> getContainedEdge()
ActivityEdge
.
It is bidirectional and its opposite is 'In Group
'.
ActivityEdges immediately contained in the ActivityGroup.
UMLPackage.getActivityGroup_ContainedEdge()
,
ActivityEdge.getInGroup()
boolean hasContainedNode() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasSubgroup() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasContainedEdge() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException