|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Activity Edge'.
The following features are supported:
Activity
Source
Target
In Group
Guard
Redefined Element
In Structured Node
In Partition
Weight
Interrupts
UML2Package.getActivityEdge()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ValueSpecification |
createGuard(EClass eClass)
Creates a ValueSpecification and sets the 'Guard' containment reference |
ValueSpecification |
createWeight(EClass eClass)
Creates a ValueSpecification and sets the 'Weight' containment reference |
Activity |
getActivity()
Returns the value of the 'Activity' container reference. |
ValueSpecification |
getGuard()
Returns the value of the 'Guard' containment reference |
EList |
getInGroups()
Returns the value of the 'In Group' 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. |
InterruptibleActivityRegion |
getInterrupts()
Returns the value of the 'Interrupts' reference. |
EList |
getOwnedElements()
|
Element |
getOwner()
|
ActivityEdge |
getRedefinedElement(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Redefined Element' reference list |
EList |
getRedefinedElements()
Returns the value of the 'Redefined Element' reference list. |
ActivityNode |
getSource()
Returns the value of the 'Source' reference. |
ActivityNode |
getTarget()
Returns the value of the 'Target' reference. |
ValueSpecification |
getWeight()
Returns the value of the 'Weight' containment reference |
void |
setActivity(Activity value)
Sets the value of the ' Activity ' container reference |
void |
setGuard(ValueSpecification value)
Sets the value of the ' Guard ' containment reference |
void |
setInStructuredNode(StructuredActivityNode value)
Sets the value of the ' In Structured Node ' container reference |
void |
setInterrupts(InterruptibleActivityRegion value)
Sets the value of the ' Interrupts ' reference |
void |
setSource(ActivityNode value)
Sets the value of the ' Source ' reference |
void |
setTarget(ActivityNode value)
Sets the value of the ' Target ' reference |
void |
setWeight(ValueSpecification value)
Sets the value of the ' Weight ' containment 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, 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 Activity getActivity()
Edge
'.
If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
UML2Package.getActivityEdge_Activity()
,
Activity.getEdges()
public void setActivity(Activity value)
Activity
' container reference.
value
- the new value of the 'Activity' container reference.getActivity()
public ActivityNode getSource()
Outgoing
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ActivityNode)
,
UML2Package.getActivityEdge_Source()
,
ActivityNode.getOutgoings()
public void setSource(ActivityNode value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
public ActivityNode getTarget()
Incoming
'.
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(ActivityNode)
,
UML2Package.getActivityEdge_Target()
,
ActivityNode.getIncomings()
public void setTarget(ActivityNode value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
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.getActivityEdge_InGroup()
public ValueSpecification getGuard()
If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...
setGuard(ValueSpecification)
,
UML2Package.getActivityEdge_Guard()
public void setGuard(ValueSpecification value)
Guard
' containment reference.
value
- the new value of the 'Guard' containment reference.getGuard()
public ValueSpecification createGuard(EClass eClass)
ValueSpecification
and sets the 'Guard' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getGuard()
public EList getRedefinedElements()
ActivityEdge
.
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.getActivityEdge_RedefinedElement()
public ActivityEdge getRedefinedElement(String unqualifiedName)
ActivityEdge
with the specified name from the 'Redefined Element' reference list.
unqualifiedName
- The unqualified name of the ActivityEdge
to retrieve.
ActivityEdge
with the specified name, or null
.getRedefinedElements()
public StructuredActivityNode getInStructuredNode()
Contained Edge
'.
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 edge.
setInStructuredNode(StructuredActivityNode)
,
UML2Package.getActivityEdge_InStructuredNode()
,
StructuredActivityNode.getContainedEdges()
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 Edge
'.
If the meaning of the 'In Partition' reference list isn't clear, there really should be more of a description here...
UML2Package.getActivityEdge_InPartition()
,
ActivityPartition.getContainedEdges()
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 ValueSpecification getWeight()
If the meaning of the 'Weight' containment reference isn't clear, there really should be more of a description here...
setWeight(ValueSpecification)
,
UML2Package.getActivityEdge_Weight()
public void setWeight(ValueSpecification value)
Weight
' containment reference.
value
- the new value of the 'Weight' containment reference.getWeight()
public ValueSpecification createWeight(EClass eClass)
ValueSpecification
and sets the 'Weight' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getWeight()
public InterruptibleActivityRegion getInterrupts()
Interrupting Edge
'.
If the meaning of the 'Interrupts' reference isn't clear, there really should be more of a description here...
setInterrupts(InterruptibleActivityRegion)
,
UML2Package.getActivityEdge_Interrupts()
,
InterruptibleActivityRegion.getInterruptingEdges()
public void setInterrupts(InterruptibleActivityRegion value)
Interrupts
' reference.
value
- the new value of the 'Interrupts' reference.getInterrupts()
public Element getOwner()
getOwner
in interface NamedElement
public EList getOwnedElements()
getOwnedElements
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 |