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'
 CommunicationPath Node.createCommunicationPath(boolean end1IsNavigable, AggregationKind end1Aggregation, java.lang.String end1Name, int end1Lower, int end1Upper, Node end1Node, boolean end2IsNavigable, AggregationKind end2Aggregation, java.lang.String end2Name, int end2Lower, int end2Upper)
          Creates a (binary) communication path between this node and the specified other node, with the specified navigabilities, aggregations, names, lower bounds, and upper bounds, and owned by this node's nearest package.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type CommunicationPath
 org.eclipse.emf.common.util.EList<CommunicationPath> Node.getCommunicationPaths()
          Retrieves the communication paths in which this node is involved
 

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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.