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
 T UMLSwitch.caseCommunicationPath(CommunicationPath object)
          Returns the result of interpreting the object as an instance of 'Communication Path'
 boolean UMLValidator.validateCommunicationPath_validateAssociationEnds(CommunicationPath communicationPath, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssociationEnds constraint of 'Communication Path'
 boolean UMLValidator.validateCommunicationPath(CommunicationPath communicationPath, 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.