| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
Activity.createEdge(java.lang.String name,
           org.eclipse.emf.ecore.EClass eClass)
Creates a new ActivityEdge, with the specified 'Name', and appends it to the 'Edge' containment reference list | 
 ActivityEdge | 
StructuredActivityNode.createEdge(java.lang.String name,
           org.eclipse.emf.ecore.EClass eClass)
Creates a new ActivityEdge, with the specified 'Name', and appends it to the 'Edge' containment reference list | 
 ActivityEdge | 
ActivityGroup.getContainedEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list | 
 ActivityEdge | 
ActivityGroup.getContainedEdge(java.lang.String name,
                 boolean ignoreCase,
                 org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Contained Edge' reference list | 
 ActivityEdge | 
Activity.getEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list | 
 ActivityEdge | 
ActivityPartition.getEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' reference list | 
 ActivityEdge | 
StructuredActivityNode.getEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list | 
 ActivityEdge | 
ActivityPartition.getEdge(java.lang.String name,
        boolean ignoreCase,
        org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' reference list | 
 ActivityEdge | 
Activity.getEdge(java.lang.String name,
        boolean ignoreCase,
        org.eclipse.emf.ecore.EClass eClass,
        boolean createOnDemand)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list | 
 ActivityEdge | 
StructuredActivityNode.getEdge(java.lang.String name,
        boolean ignoreCase,
        org.eclipse.emf.ecore.EClass eClass,
        boolean createOnDemand)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Edge' containment reference list | 
 ActivityEdge | 
ActivityNode.getIncoming(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Incoming' reference list | 
 ActivityEdge | 
ActivityNode.getIncoming(java.lang.String name,
            boolean ignoreCase,
            org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Incoming' reference list | 
 ActivityEdge | 
InterruptibleActivityRegion.getInterruptingEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list | 
 ActivityEdge | 
InterruptibleActivityRegion.getInterruptingEdge(java.lang.String name,
                    boolean ignoreCase,
                    org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Interrupting Edge' reference list | 
 ActivityEdge | 
ActivityNode.getOutgoing(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Outgoing' reference list | 
 ActivityEdge | 
ActivityNode.getOutgoing(java.lang.String name,
            boolean ignoreCase,
            org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Outgoing' reference list | 
 ActivityEdge | 
InformationFlow.getRealizingActivityEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Realizing Activity Edge' reference list | 
 ActivityEdge | 
InformationFlow.getRealizingActivityEdge(java.lang.String name,
                         boolean ignoreCase,
                         org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Realizing Activity Edge' reference list | 
 ActivityEdge | 
ActivityEdge.getRedefinedEdge(java.lang.String name)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Redefined Edge' reference list | 
 ActivityEdge | 
ActivityEdge.getRedefinedEdge(java.lang.String name,
                 boolean ignoreCase,
                 org.eclipse.emf.ecore.EClass eClass)
Retrieves the first ActivityEdge with the specified 'Name' from the 'Redefined Edge' reference list | 
| Methods in org.eclipse.uml2.uml that return types with arguments of type ActivityEdge | |
|---|---|
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
ActivityGroup.getContainedEdges()
Returns the value of the 'Contained Edge' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
Activity.getEdges()
Returns the value of the 'Edge' containment reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
ActivityPartition.getEdges()
Returns the value of the 'Edge' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
StructuredActivityNode.getEdges()
Returns the value of the 'Edge' containment reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
ActivityNode.getIncomings()
Returns the value of the 'Incoming' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
InterruptibleActivityRegion.getInterruptingEdges()
Returns the value of the 'Interrupting Edge' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
ActivityNode.getOutgoings()
Returns the value of the 'Outgoing' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
InformationFlow.getRealizingActivityEdges()
Returns the value of the 'Realizing Activity Edge' reference list.  | 
 org.eclipse.emf.common.util.EList<ActivityEdge> | 
ActivityEdge.getRedefinedEdges()
Returns the value of the 'Redefined Edge' reference list.  | 
| Uses of ActivityEdge in org.eclipse.uml2.uml.util | 
|---|
| Methods in org.eclipse.uml2.uml.util with parameters of type ActivityEdge | |
|---|---|
 T | 
UMLSwitch.caseActivityEdge(ActivityEdge object)
Returns the result of interpreting the object as an instance of 'Activity Edge'  | 
 boolean | 
UMLValidator.validateActivityEdge_validateOwned(ActivityEdge activityEdge,
                                   org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                   java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateOwned constraint of 'Activity Edge'  | 
 boolean | 
UMLValidator.validateActivityEdge_validateSourceAndTarget(ActivityEdge activityEdge,
                                             org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                             java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateSourceAndTarget constraint of 'Activity Edge'  | 
 boolean | 
UMLValidator.validateActivityEdge_validateStructuredNode(ActivityEdge activityEdge,
                                            org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                            java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateStructuredNode constraint of 'Activity Edge'  | 
 boolean | 
UMLValidator.validateActivityEdge(ActivityEdge activityEdge,
                     org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                     java.util.Map<java.lang.Object,java.lang.Object> context)
 | 
  | 
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved.  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||