Uses of Interface
org.eclipse.uml2.ActivityEdge

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(String unqualifiedName)
          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(String unqualifiedName)
          Retrieves the ActivityEdge with the specified name from the 'Interrupting Edge' reference list
 ActivityEdge ActivityPartition.getContainedEdge(String unqualifiedName)
          Retrieves the ActivityEdge with the specified name from the 'Contained Edge' reference list
 ActivityEdge ActivityNode.getOutgoing(String unqualifiedName)
          Retrieves the ActivityEdge with the specified name from the 'Outgoing' reference list
 ActivityEdge ActivityNode.getIncoming(String unqualifiedName)
          Retrieves the ActivityEdge with the specified name from the 'Incoming' reference list
 ActivityEdge ActivityEdge.getRedefinedElement(String unqualifiedName)
          Retrieves the ActivityEdge with the specified name from the 'Redefined Element' reference list
 ActivityEdge Activity.getEdge(String unqualifiedName)
          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, Map context)
           
 Object UML2Switch.caseActivityEdge(ActivityEdge object)
          Returns the result of interpretting the object as an instance of 'Activity Edge'
 


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