|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityEdge | |
---|---|
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of ActivityEdge in org.eclipse.uml2 |
---|
Subinterfaces of ActivityEdge in org.eclipse.uml2 | |
interface |
ControlFlow
A representation of the model object 'Control Flow' |
interface |
ObjectFlow
A representation of the model object 'Object Flow' |
Methods in org.eclipse.uml2 that return ActivityEdge | |
ActivityEdge |
StructuredActivityNode.getContainedEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Contained Edge' containment reference list |
ActivityEdge |
StructuredActivityNode.createContainedEdge(EClass eClass)
Creates a ActivityEdge and appends it to the 'Contained Edge' containment reference list |
ActivityEdge |
InterruptibleActivityRegion.getInterruptingEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list |
ActivityEdge |
ActivityPartition.getContainedEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list |
ActivityEdge |
ActivityNode.getOutgoing(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Outgoing' reference list |
ActivityEdge |
ActivityNode.getIncoming(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Incoming' reference list |
ActivityEdge |
ActivityGroup.getContainedEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list |
ActivityEdge |
Activity.getEdge(java.lang.String name)
Retrieves the ActivityEdge with the specified 'Name' from the 'Edge' containment reference list |
ActivityEdge |
Activity.createEdge(EClass eClass)
Creates a ActivityEdge and appends it to the 'Edge' containment reference list |
Uses of ActivityEdge in org.eclipse.uml2.util |
---|
Methods in org.eclipse.uml2.util with parameters of type ActivityEdge | |
boolean |
UML2Validator.validateActivityEdge(ActivityEdge activityEdge,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UML2Switch.caseActivityEdge(ActivityEdge object)
Returns the result of interpretting the object as an instance of 'Activity Edge' |
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |