|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Activity Partition'. Partitions divide the nodes and edges to constrain and show a view of the contained nodes. Partitions can share contents. They often correspond to organizational units in a business model. They may be used to allocate characteristics or resources among the nodes of an activity.
The following features are supported:
UML2Package.getActivityPartition()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ActivityPartition |
createSubgroup(EClass eClass)
Creates a ActivityPartition and appends it to the 'Subgroup' containment reference list |
ActivityEdge |
getContainedEdge(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Contained Edge' reference list |
EList |
getContainedEdges()
Returns the value of the 'Contained Edge' reference list. |
ActivityNode |
getContainedNode(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Contained Node' reference list |
EList |
getContainedNodes()
Returns the value of the 'Contained Node' reference list. |
Element |
getRepresents()
Returns the value of the 'Represents' reference |
ActivityPartition |
getSubgroup(String unqualifiedName)
Retrieves the ActivityPartition with the specified name from the 'Subgroup' containment reference list |
EList |
getSubgroups()
Returns the value of the 'Subgroup' containment reference list. |
ActivityGroup |
getSuperGroup()
|
ActivityPartition |
getSuperPartition()
Returns the value of the 'Super Partition' container reference. |
boolean |
isDimension()
Returns the value of the 'Is Dimension' attribute. |
boolean |
isExternal()
Returns the value of the 'Is External' attribute. |
void |
setIsDimension(boolean value)
Sets the value of the ' Is Dimension ' attribute |
void |
setIsExternal(boolean value)
Sets the value of the ' Is 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 org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.ActivityGroup |
getActivity, getActivityGroup_activity, getOwnedElements, getOwner, setActivity, setActivityGroup_activity |
Field Detail |
public static final String copyright
Method Detail |
public boolean isDimension()
"false"
.
If the meaning of the 'Is Dimension' attribute isn't clear, there really should be more of a description here...
Tells whether the partition groups other partitions along a dimension.
setIsDimension(boolean)
,
UML2Package.getActivityPartition_IsDimension()
public void setIsDimension(boolean value)
Is Dimension
' attribute.
value
- the new value of the 'Is Dimension' attribute.isDimension()
public boolean isExternal()
"false"
.
If the meaning of the 'Is External' attribute isn't clear, there really should be more of a description here...
Tells whether the partition represents an entity to which the partitioning structure does not apply.
setIsExternal(boolean)
,
UML2Package.getActivityPartition_IsExternal()
public void setIsExternal(boolean value)
Is External
' attribute.
value
- the new value of the 'Is External' attribute.isExternal()
public EList getContainedEdges()
ActivityEdge
.
It is bidirectional and its opposite is 'In Partition
'.
If the meaning of the 'Contained Edge' reference list isn't clear, there really should be more of a description here...
getContainedEdges
in interface ActivityGroup
UML2Package.getActivityPartition_ContainedEdge()
,
ActivityEdge.getInPartitions()
public ActivityEdge getContainedEdge(String unqualifiedName)
ActivityEdge
with the specified name from the 'Contained Edge' reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getContainedEdges()
public EList getContainedNodes()
ActivityNode
.
It is bidirectional and its opposite is 'In Partition
'.
If the meaning of the 'Contained Node' reference list isn't clear, there really should be more of a description here...
getContainedNodes
in interface ActivityGroup
UML2Package.getActivityPartition_ContainedNode()
,
ActivityNode.getInPartitions()
public ActivityNode getContainedNode(String unqualifiedName)
ActivityNode
with the specified name from the 'Contained Node' reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getContainedNodes()
public EList getSubgroups()
ActivityPartition
.
It is bidirectional and its opposite is 'Super Partition
'.
If the meaning of the 'Subgroup' containment reference list isn't clear, there really should be more of a description here...
getSubgroups
in interface ActivityGroup
UML2Package.getActivityPartition_Subgroup()
,
getSuperPartition()
public ActivityPartition getSubgroup(String unqualifiedName)
ActivityPartition
with the specified name from the 'Subgroup' containment reference list.
unqualifiedName
- The unqualified name of the ActivityPartition
to retrieve.
ActivityPartition
with the specified name, or null
.getSubgroups()
public ActivityPartition createSubgroup(EClass eClass)
ActivityPartition
and appends it to the 'Subgroup' containment reference list.
eClass
- The Ecore class of the ActivityPartition
to create.
ActivityPartition
.getSubgroups()
public ActivityPartition getSuperPartition()
Subgroup
'.
If the meaning of the 'Super Partition' container reference isn't clear, there really should be more of a description here...
setSuperPartition(ActivityPartition)
,
UML2Package.getActivityPartition_SuperPartition()
,
getSubgroups()
public void setSuperPartition(ActivityPartition value)
Super Partition
' container reference.
value
- the new value of the 'Super Partition' container reference.getSuperPartition()
public Element getRepresents()
If the meaning of the 'Represents' reference isn't clear, there really should be more of a description here...
An element constraining behaviors invoked by nodes in the partition.
setRepresents(Element)
,
UML2Package.getActivityPartition_Represents()
public void setRepresents(Element value)
Represents
' reference.
value
- the new value of the 'Represents' reference.getRepresents()
public ActivityGroup getSuperGroup()
getSuperGroup
in interface ActivityGroup
UML2Package.getActivityGroup_SuperGroup()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |