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

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

Uses of CommunicationPath in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type CommunicationPath
 boolean UMLValidator.validateCommunicationPath(CommunicationPath communicationPath, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateCommunicationPath_validateAssociationEnds(CommunicationPath communicationPath, DiagnosticChain diagnostics, Map context)
          Validates the validateAssociationEnds constraint of 'Communication Path'
 Object UMLSwitch.caseCommunicationPath(CommunicationPath object)
          Returns the result of interpretting the object as an instance of 'Communication Path'
 


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