Interface ActivityPartition
- All Superinterfaces:
ActivityGroup,BaseElement,Cloneable,Comparable,Element,org.eclipse.emf.ecore.EObject,MDObject,com.dassault_systemes.modeler.foundation.model.ModelElement,ModelObject,NamedElement,org.eclipse.emf.common.notify.Notifier,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject
A representation of the model object 'Activity Partition'.
An ActivityPartition is a kind of ActivityGroup for identifying ActivityNodes that have some characteristic in common.
The following features are supported:
- See Also:
- Model:
- annotation="MOF package='activities.mdintermediateactivities'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'activity Of Partition' reference.getEdge()Returns the value of the 'Edge' reference list.getNode()Returns the value of the 'Node' reference list.Returns the value of the 'Represents' reference.Returns the value of the 'Subpartition' containment reference list.Returns the value of the 'Super Partition' container reference.booleanhasEdge()booleanhasNode()booleanbooleanReturns the value of the 'Dimension' attribute.booleanReturns the value of the 'External' attribute.voidset_activityOfPartition(Activity value) Sets the value of the 'activity Of Partition' reference.voidsetDimension(boolean value) Sets the value of the 'Dimension' attribute.voidsetExternal(boolean value) Sets the value of the 'External' attribute.voidsetRepresents(Element value) Sets the value of the 'Represents' reference.voidSets the value of the 'Super Partition' container reference.Methods inherited from interface com.nomagic.uml2.ext.magicdraw.activities.mdfundamentalactivities.ActivityGroup
getContainedEdge, getContainedNode, getInActivity, getSubgroup, getSuperGroup, hasContainedEdge, hasContainedNode, hasSubgroup, setInActivity, setSuperGroupMethods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetIDMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElementMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setIDMethods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, selfDispose, setLocalID, sGetLocalIDMethods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationTextMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
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, setVisibilityMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsMethods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValueMethods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
getNode
Collection<ActivityNode> getNode()Returns the value of the 'Node' reference list. The list contents are of typeActivityNode. It is bidirectional and its opposite is 'In Partition'. ActivityNodes immediately contained in the ActivityPartition.- Returns:
- the value of the 'Node' reference list.
- See Also:
- Model:
- opposite="inPartition" ordered="false"
- Generated:
-
getSubpartition
Collection<ActivityPartition> getSubpartition()Returns the value of the 'Subpartition' containment reference list. The list contents are of typeActivityPartition. It is bidirectional and its opposite is 'Super Partition'. Other ActivityPartitions immediately contained in this ActivityPartition (as its subgroups).- Returns:
- the value of the 'Subpartition' containment reference list.
- See Also:
- Model:
- opposite="superPartition" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
getSuperPartition
Returns the value of the 'Super Partition' container reference. It is bidirectional and its opposite is 'Subpartition'. Other ActivityPartitions immediately containing this ActivityPartition (as its superGroups).- Returns:
- the value of the 'Super Partition' container reference.
- See Also:
- Model:
- opposite="subpartition" transient="false" ordered="false"
- Generated:
-
setSuperPartition
Sets the value of the 'Super Partition' container reference.- Parameters:
value- the new value of the 'Super Partition' container reference.- See Also:
- Generated:
-
getRepresents
Returns the value of the 'Represents' reference. It is bidirectional and its opposite is 'activity Partition Of Represents'. An Element represented by the functionality modeled within the ActivityPartition.- Returns:
- the value of the 'Represents' reference.
- See Also:
- Model:
- opposite="_activityPartitionOfRepresents" ordered="false"
- Generated:
-
setRepresents
Sets the value of the 'Represents' reference.- Parameters:
value- the new value of the 'Represents' reference.- See Also:
- Generated:
-
get_activityOfPartition
Returns the value of the 'activity Of Partition' reference. It is bidirectional and its opposite is 'Partition'.If the meaning of the 'activity Of Partition' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'activity Of Partition' reference.
- See Also:
- Model:
- opposite="partition" ordered="false"
- Generated:
-
set_activityOfPartition
Sets the value of the 'activity Of Partition' reference.- Parameters:
value- the new value of the 'activity Of Partition' reference.- See Also:
- Generated:
-
getEdge
Collection<ActivityEdge> getEdge()Returns the value of the 'Edge' reference list. The list contents are of typeActivityEdge. It is bidirectional and its opposite is 'In Partition'. ActivityEdges immediately contained in the ActivityPartition.- Returns:
- the value of the 'Edge' reference list.
- See Also:
- Model:
- opposite="inPartition" ordered="false"
- Generated:
-
isDimension
boolean isDimension()Returns the value of the 'Dimension' attribute. The default value is"false". Indicates whether the ActivityPartition groups other ActivityPartitions along a dimension.- Returns:
- the value of the 'Dimension' attribute.
- See Also:
-
setDimension(boolean)com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivityPartition_Dimension()
- Model:
- default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
- Generated:
-
setDimension
void setDimension(boolean value) Sets the value of the 'Dimension' attribute.- Parameters:
value- the new value of the 'Dimension' attribute.- See Also:
- Generated:
-
isExternal
boolean isExternal()Returns the value of the 'External' attribute. The default value is"false". Indicates whether the ActivityPartition represents an entity to which the partitioning structure does not apply.- Returns:
- the value of the 'External' attribute.
- See Also:
-
setExternal(boolean)com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getActivityPartition_External()
- Model:
- default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
- Generated:
-
setExternal
void setExternal(boolean value) Sets the value of the 'External' attribute.- Parameters:
value- the new value of the 'External' attribute.- See Also:
- Generated:
-
hasNode
boolean hasNode() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException- Generated:
-
hasSubpartition
boolean hasSubpartition() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException- Generated:
-
hasEdge
boolean hasEdge() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException- Generated:
-