Uses of Interface
org.eclipse.uml2.CommunicationPath

Packages that use CommunicationPath
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of CommunicationPath in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return CommunicationPath
 CommunicationPath UML2Factory.createCommunicationPath()
          Returns a new object of class 'Communication Path'
 

Uses of CommunicationPath in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type CommunicationPath
 boolean UML2Validator.validateCommunicationPath(CommunicationPath communicationPath, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseCommunicationPath(CommunicationPath object)
          Returns the result of interpretting the object as an instance of 'Communication Path'
 


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