public interface ActivityGroup extends NamedElement
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, setVisibilityget_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, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositejava.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()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(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()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(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.JmiExceptionboolean hasSubgroup()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasContainedEdge()
throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException