Uses of Interface
org.eclipse.uml2.CollaborationOccurrence

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

Uses of CollaborationOccurrence in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return CollaborationOccurrence
 CollaborationOccurrence UML2Factory.createCollaborationOccurrence()
          Returns a new object of class 'Collaboration Occurrence'
 CollaborationOccurrence Classifier.getRepresentation()
          Returns the value of the 'Representation' reference
 CollaborationOccurrence Classifier.getOccurrence(String unqualifiedName)
          Retrieves the CollaborationOccurrence with the specified name from the 'Occurrence' containment reference list
 CollaborationOccurrence Classifier.createOccurrence(EClass eClass)
          Creates a CollaborationOccurrence and appends it to the 'Occurrence' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type CollaborationOccurrence
 void Classifier.setRepresentation(CollaborationOccurrence value)
          Sets the value of the 'Representation' reference
 

Uses of CollaborationOccurrence in org.eclipse.uml2.util
 

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


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