Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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 (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 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 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 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)
          Retrieves the first ActivityEdge with the specified ' Name ' from the ' 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, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityEdge with the specified ' Name ' from the ' Edge ' 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 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 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> StructuredActivityNode. 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> Activity. 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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire