Uses of Interface
org.eclipse.uml2.Reception

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

Uses of Reception in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Reception
 Reception UML2Factory.createReception()
          Returns a new object of class 'Reception'
 Reception Interface.getOwnedReception(String unqualifiedName)
          Retrieves the Reception with the specified name from the 'Owned Reception' containment reference list
 Reception Interface.createOwnedReception(EClass eClass)
          Creates a Reception and appends it to the 'Owned Reception' containment reference list
 Reception Class.getOwnedReception(String unqualifiedName)
          Retrieves the Reception with the specified name from the 'Owned Reception' containment reference list
 Reception Class.createOwnedReception(EClass eClass)
          Creates a Reception and appends it to the 'Owned Reception' containment reference list
 

Uses of Reception in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Reception
 boolean UML2Validator.validateReception(Reception reception, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseReception(Reception object)
          Returns the result of interpretting the object as an instance of 'Reception'
 


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