Uses of Interface
org.eclipse.uml2.uml.ActivityEdge

Packages that use ActivityEdge
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ActivityEdge in org.eclipse.uml2.uml
 

Subinterfaces of ActivityEdge in org.eclipse.uml2.uml
 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.uml that return ActivityEdge
 ActivityEdge StructuredActivityNode.createEdge(String name, EClass eClass)
          Creates a new ActivityEdge, with the specified 'Name', and appends it to the 'Edge' containment reference list
 ActivityEdge StructuredActivityNode.getEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list
 ActivityEdge StructuredActivityNode.getEdge(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list
 ActivityEdge InterruptibleActivityRegion.getInterruptingEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list
 ActivityEdge InterruptibleActivityRegion.getInterruptingEdge(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list
 ActivityEdge InformationFlow.getRealizingActivityEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Realizing Activity Edge' reference list
 ActivityEdge InformationFlow.getRealizingActivityEdge(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Realizing Activity Edge' reference list
 ActivityEdge ActivityPartition.getEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' reference list
 ActivityEdge ActivityPartition.getEdge(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' reference list
 ActivityEdge ActivityNode.getOutgoing(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Outgoing' reference list
 ActivityEdge ActivityNode.getOutgoing(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Outgoing' reference list
 ActivityEdge ActivityNode.getIncoming(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Incoming' reference list
 ActivityEdge ActivityNode.getIncoming(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Incoming' reference list
 ActivityEdge ActivityGroup.getContainedEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list
 ActivityEdge ActivityGroup.getContainedEdge(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list
 ActivityEdge ActivityEdge.getRedefinedEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Redefined Edge' reference list
 ActivityEdge ActivityEdge.getRedefinedEdge(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Redefined Edge' reference list
 ActivityEdge Activity.createEdge(String name, EClass eClass)
          Creates a new ActivityEdge, with the specified 'Name', and appends it to the 'Edge' containment reference list
 ActivityEdge Activity.getEdge(String name)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list
 ActivityEdge Activity.getEdge(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list
 

Uses of ActivityEdge in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityEdge
 boolean UMLValidator.validateActivityEdge(ActivityEdge activityEdge, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateActivityEdge_validateSourceAndTarget(ActivityEdge activityEdge, DiagnosticChain diagnostics, Map context)
          Validates the validateSourceAndTarget constraint of 'Activity Edge'
 boolean UMLValidator.validateActivityEdge_validateOwned(ActivityEdge activityEdge, DiagnosticChain diagnostics, Map context)
          Validates the validateOwned constraint of 'Activity Edge'
 boolean UMLValidator.validateActivityEdge_validateStructuredNode(ActivityEdge activityEdge, DiagnosticChain diagnostics, Map context)
          Validates the validateStructuredNode constraint of 'Activity Edge'
 Object UMLSwitch.caseActivityEdge(ActivityEdge object)
          Returns the result of interpretting the object as an instance of 'Activity Edge'
 


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