Uses of Interface
org.eclipse.uml2.Collaboration

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

Uses of Collaboration in org.eclipse.uml2
 

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

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

Uses of Collaboration in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Collaboration
 boolean UML2Validator.validateCollaboration(Collaboration collaboration, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseCollaboration(Collaboration object)
          Returns the result of interpretting the object as an instance of 'Collaboration'
 


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