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

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

Uses of Collaboration in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Collaboration
 Collaboration UMLFactory.createCollaboration()
          Returns a new object of class 'Collaboration'
 Collaboration CollaborationUse.getType()
          Returns the value of the 'Type' reference
 

Methods in org.eclipse.uml2.uml with parameters of type Collaboration
 void CollaborationUse.setType(Collaboration value)
          Sets the value of the 'Type' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Collaboration
 T UMLSwitch.caseCollaboration(Collaboration object)
          Returns the result of interpreting the object as an instance of 'Collaboration'
 boolean UMLValidator.validateCollaboration(Collaboration collaboration, 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.