|
||||||||||||
| 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:
OutgoingIncomingIn GroupActivityRedefined ElementIn Structured NodeIn PartitionIn Interruptible Region
UML2Package.getActivityNode()| Field Summary | |
|---|---|
static java.lang.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(java.lang.String name)
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(java.lang.String name)
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(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Outgoing' reference list |
EList |
getOutgoings()
Returns the value of the 'Outgoing' reference list. |
RedefinableElement |
getRedefinedElement(java.lang.String name)
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, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.uml2.TemplateableElement |
|---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
| Methods inherited from interface org.eclipse.uml2.Element |
|---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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 java.lang.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(java.lang.String name)
ActivityEdge with the specified 'Name' from the 'Outgoing' reference list.
name - The '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(java.lang.String name)
ActivityEdge with the specified 'Name' from the 'Incoming' reference list.
name - The '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 RedefinableElementUML2Package.getActivityNode_RedefinedElement()public RedefinableElement getRedefinedElement(java.lang.String name)
ActivityNode with the specified 'Name' from the 'Redefined Element' reference list.
getRedefinedElement in interface RedefinableElementname - The '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(java.lang.String name)
ActivityPartition with the specified 'Name' from the 'In Partition' reference list.
name - The '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()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||