|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Activity Node'.
The following features are supported:
Outgoing
Incoming
In Group
Activity
Redefined Element
In Structured Node
In Partition
In Interruptible Region
UML2Package.getActivityNode()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
Activity |
getActivity()
Returns the value of the 'Activity' container reference. |
ActivityEdge |
getIncoming(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Incoming' reference list |
EList |
getIncomings()
Returns the value of the 'Incoming' reference list. |
EList |
getInGroups()
Returns the value of the 'In Group' reference list. |
EList |
getInInterruptibleRegions()
Returns the value of the 'In Interruptible Region' reference list. |
ActivityPartition |
getInPartition(String unqualifiedName)
Retrieves the ActivityPartition with the specified name from the 'In Partition' reference list |
EList |
getInPartitions()
Returns the value of the 'In Partition' reference list. |
StructuredActivityNode |
getInStructuredNode()
Returns the value of the 'In Structured Node' container reference. |
ActivityEdge |
getOutgoing(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Outgoing' reference list |
EList |
getOutgoings()
Returns the value of the 'Outgoing' reference list. |
Element |
getOwner()
|
ActivityNode |
getRedefinedElement(String unqualifiedName)
Retrieves the ActivityNode with the specified name from the 'Redefined Element' reference list |
EList |
getRedefinedElements()
Returns the value of the 'Redefined Element' reference list. |
void |
setActivity(Activity value)
Sets the value of the ' Activity ' container reference |
void |
setInStructuredNode(StructuredActivityNode value)
Sets the value of the ' In Structured Node ' container reference |
Methods inherited from interface org.eclipse.uml2.RedefinableElement |
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, 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 |
Field Detail |
public static final String copyright
Method Detail |
public EList getOutgoings()
ActivityEdge
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Outgoing' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityNode_Outgoing()
,
ActivityEdge.getSource()
public ActivityEdge getOutgoing(String unqualifiedName)
ActivityEdge
with the specified name from the 'Outgoing' reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getOutgoings()
public EList getIncomings()
ActivityEdge
.
It is bidirectional and its opposite is 'Target
'.
If the meaning of the 'Incoming' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityNode_Incoming()
,
ActivityEdge.getTarget()
public ActivityEdge getIncoming(String unqualifiedName)
ActivityEdge
with the specified name from the 'Incoming' reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getIncomings()
public EList getInGroups()
ActivityGroup
.
If the meaning of the 'In Group' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityNode_InGroup()
public Activity getActivity()
Node
'.
If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
UML2Package.getActivityNode_Activity()
,
Activity.getNodes()
public void setActivity(Activity value)
Activity
' container reference.
value
- the new value of the 'Activity' container reference.getActivity()
public EList getRedefinedElements()
ActivityNode
.
If the meaning of the 'Redefined Element' reference list isn't clear, there really should be more of a description here...
getRedefinedElements
in interface RedefinableElement
UML2Package.getActivityNode_RedefinedElement()
public ActivityNode getRedefinedElement(String unqualifiedName)
ActivityNode
with the specified name from the 'Redefined Element' reference list.
unqualifiedName
- The unqualified name of the ActivityNode
to retrieve.
ActivityNode
with the specified name, or null
.getRedefinedElements()
public StructuredActivityNode getInStructuredNode()
Contained Node
'.
If the meaning of the 'In Structured Node' reference isn't clear, there really should be more of a description here...
Structured activity node containing the node.
setInStructuredNode(StructuredActivityNode)
,
UML2Package.getActivityNode_InStructuredNode()
,
StructuredActivityNode.getContainedNodes()
public void setInStructuredNode(StructuredActivityNode value)
In Structured Node
' container reference.
value
- the new value of the 'In Structured Node' container reference.getInStructuredNode()
public EList getInPartitions()
ActivityPartition
.
It is bidirectional and its opposite is 'Contained Node
'.
If the meaning of the 'In Partition' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityNode_InPartition()
,
ActivityPartition.getContainedNodes()
public ActivityPartition getInPartition(String unqualifiedName)
ActivityPartition
with the specified name from the 'In Partition' reference list.
unqualifiedName
- The unqualified name of the ActivityPartition
to retrieve.
ActivityPartition
with the specified name, or null
.getInPartitions()
public EList getInInterruptibleRegions()
InterruptibleActivityRegion
.
It is bidirectional and its opposite is 'Contained Node
'.
If the meaning of the 'In Interruptible Region' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityNode_InInterruptibleRegion()
,
InterruptibleActivityRegion.getContainedNodes()
public Element getOwner()
getOwner
in interface NamedElement
|
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 |