org.eclipse.uml2
Interface ActivityEdge

All Superinterfaces:
Element, EModelElement, EObject, NamedElement, Notifier, RedefinableElement, TemplateableElement
All Known Subinterfaces:
ControlFlow, ObjectFlow

public interface ActivityEdge
extends RedefinableElement

A representation of the model object 'Activity Edge'.

The following features are supported:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getActivity

public Activity getActivity()
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Edge'.

If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activity' container reference.
See Also:
setActivity(Activity), UML2Package.getActivityEdge_Activity(), Activity.getEdges()

setActivity

public void setActivity(Activity value)
Sets the value of the 'Activity' container reference.

Parameters:
value - the new value of the 'Activity' container reference.
See Also:
getActivity()

getSource

public ActivityNode getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Outgoing'.

If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' reference.
See Also:
setSource(ActivityNode), UML2Package.getActivityEdge_Source(), ActivityNode.getOutgoings()

setSource

public void setSource(ActivityNode value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

public ActivityNode getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Incoming'.

If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' reference.
See Also:
setTarget(ActivityNode), UML2Package.getActivityEdge_Target(), ActivityNode.getIncomings()

setTarget

public void setTarget(ActivityNode value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()

getInGroups

public EList getInGroups()
Returns the value of the 'In Group' reference list. The list contents are of type ActivityGroup.

If the meaning of the 'In Group' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'In Group' reference list.
See Also:
UML2Package.getActivityEdge_InGroup()

getGuard

public ValueSpecification getGuard()
Returns the value of the 'Guard' containment reference.

If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Guard' containment reference.
See Also:
setGuard(ValueSpecification), UML2Package.getActivityEdge_Guard()

setGuard

public void setGuard(ValueSpecification value)
Sets the value of the 'Guard' containment reference.

Parameters:
value - the new value of the 'Guard' containment reference.
See Also:
getGuard()

createGuard

public ValueSpecification createGuard(EClass eClass)
Creates a ValueSpecification and sets the 'Guard' containment reference.

Parameters:
eClass - The Ecore class of the ValueSpecification to create.
Returns:
The new ValueSpecification.
See Also:
getGuard()

getRedefinedElements

public EList getRedefinedElements()
Returns the value of the 'Redefined Element' reference list. The list contents are of type ActivityEdge.

If the meaning of the 'Redefined Element' reference list isn't clear, there really should be more of a description here...

Specified by:
getRedefinedElements in interface RedefinableElement
Returns:
the value of the 'Redefined Element' reference list.
See Also:
UML2Package.getActivityEdge_RedefinedElement()

getRedefinedElement

public ActivityEdge getRedefinedElement(String unqualifiedName)
Retrieves the ActivityEdge with the specified name from the 'Redefined Element' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityEdge to retrieve.
Returns:
The ActivityEdge with the specified name, or null.
See Also:
getRedefinedElements()

getInStructuredNode

public StructuredActivityNode getInStructuredNode()
Returns the value of the 'In Structured Node' container reference. It is bidirectional and its opposite is '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.

Returns:
the value of the 'In Structured Node' container reference.
See Also:
setInStructuredNode(StructuredActivityNode), UML2Package.getActivityEdge_InStructuredNode(), StructuredActivityNode.getContainedEdges()

setInStructuredNode

public void setInStructuredNode(StructuredActivityNode value)
Sets the value of the 'In Structured Node' container reference.

Parameters:
value - the new value of the 'In Structured Node' container reference.
See Also:
getInStructuredNode()

getInPartitions

public EList getInPartitions()
Returns the value of the 'In Partition' reference list. The list contents are of type 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...

Returns:
the value of the 'In Partition' reference list.
See Also:
UML2Package.getActivityEdge_InPartition(), ActivityPartition.getContainedEdges()

getInPartition

public ActivityPartition getInPartition(String unqualifiedName)
Retrieves the ActivityPartition with the specified name from the 'In Partition' reference list.

Parameters:
unqualifiedName - The unqualified name of the ActivityPartition to retrieve.
Returns:
The ActivityPartition with the specified name, or null.
See Also:
getInPartitions()

getWeight

public ValueSpecification getWeight()
Returns the value of the 'Weight' containment reference.

If the meaning of the 'Weight' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Weight' containment reference.
See Also:
setWeight(ValueSpecification), UML2Package.getActivityEdge_Weight()

setWeight

public void setWeight(ValueSpecification value)
Sets the value of the 'Weight' containment reference.

Parameters:
value - the new value of the 'Weight' containment reference.
See Also:
getWeight()

createWeight

public ValueSpecification createWeight(EClass eClass)
Creates a ValueSpecification and sets the 'Weight' containment reference.

Parameters:
eClass - The Ecore class of the ValueSpecification to create.
Returns:
The new ValueSpecification.
See Also:
getWeight()

getInterrupts

public InterruptibleActivityRegion getInterrupts()
Returns the value of the 'Interrupts' reference. It is bidirectional and its opposite is 'Interrupting Edge'.

If the meaning of the 'Interrupts' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interrupts' reference.
See Also:
setInterrupts(InterruptibleActivityRegion), UML2Package.getActivityEdge_Interrupts(), InterruptibleActivityRegion.getInterruptingEdges()

setInterrupts

public void setInterrupts(InterruptibleActivityRegion value)
Sets the value of the 'Interrupts' reference.

Parameters:
value - the new value of the 'Interrupts' reference.
See Also:
getInterrupts()

getOwner

public Element getOwner()

Specified by:
getOwner in interface NamedElement

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface NamedElement

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.