Interface ActivityPartition
-
- All Superinterfaces:
ActivityGroup
,BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
public interface ActivityPartition extends ActivityGroup
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:
UMLPackage.getActivityPartition()
- Model:
- annotation="MOF package='activities.mdintermediateactivities'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Activity
get_activityOfPartition()
Returns the value of the 'activity Of Partition' reference.java.util.Collection<ActivityEdge>
getEdge()
Returns the value of the 'Edge' reference list.java.util.Collection<ActivityNode>
getNode()
Returns the value of the 'Node' reference list.Element
getRepresents()
Returns the value of the 'Represents' reference.java.util.Collection<ActivityPartition>
getSubpartition()
Returns the value of the 'Subpartition' containment reference list.ActivityPartition
getSuperPartition()
Returns the value of the 'Super Partition' container reference.boolean
hasEdge()
boolean
hasNode()
boolean
hasSubpartition()
boolean
isDimension()
Returns the value of the 'Dimension' attribute.boolean
isExternal()
Returns the value of the 'External' attribute.void
set_activityOfPartition(Activity value)
Sets the value of the 'activity Of Partition
' reference.void
setDimension(boolean value)
Sets the value of the 'Dimension
' attribute.void
setExternal(boolean value)
Sets the value of the 'External
' attribute.void
setRepresents(Element value)
Sets the value of the 'Represents
' reference.void
setSuperPartition(ActivityPartition value)
Sets 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, setSuperGroup
-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
Methods 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, setSyncElement
-
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 com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods 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, setVisibility
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
getNode
java.util.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:
UMLPackage.getActivityPartition_Node()
,ActivityNode.getInPartition()
- Model:
- opposite="inPartition" ordered="false"
- Generated:
-
getSubpartition
java.util.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:
UMLPackage.getActivityPartition_Subpartition()
,getSuperPartition()
- Model:
- opposite="superPartition" containment="true" resolveProxies="true" ordered="false"
- Generated:
-
getSuperPartition
@CheckForNull ActivityPartition 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:
setSuperPartition(ActivityPartition)
,UMLPackage.getActivityPartition_SuperPartition()
,getSubpartition()
- Model:
- opposite="subpartition" transient="false" ordered="false"
- Generated:
-
setSuperPartition
void setSuperPartition(@CheckForNull ActivityPartition value)
Sets the value of the 'Super Partition
' container reference.- Parameters:
value
- the new value of the 'Super Partition' container reference.- See Also:
getSuperPartition()
- Generated:
-
getRepresents
@CheckForNull Element 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:
setRepresents(Element)
,UMLPackage.getActivityPartition_Represents()
,Element.get_activityPartitionOfRepresents()
- Model:
- opposite="_activityPartitionOfRepresents" ordered="false"
- Generated:
-
setRepresents
void setRepresents(@CheckForNull Element value)
Sets the value of the 'Represents
' reference.- Parameters:
value
- the new value of the 'Represents' reference.- See Also:
getRepresents()
- Generated:
-
get_activityOfPartition
@CheckForNull Activity 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:
set_activityOfPartition(Activity)
,UMLPackage.getActivityPartition__activityOfPartition()
,Activity.getPartition()
- Model:
- opposite="partition" ordered="false"
- Generated:
-
set_activityOfPartition
void set_activityOfPartition(@CheckForNull Activity value)
Sets the value of the 'activity Of Partition
' reference.- Parameters:
value
- the new value of the 'activity Of Partition' reference.- See Also:
get_activityOfPartition()
- Generated:
-
getEdge
java.util.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:
UMLPackage.getActivityPartition_Edge()
,ActivityEdge.getInPartition()
- 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:
isDimension()
- 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:
isExternal()
- 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:
-
-