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

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

Uses of Reception in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Reception
 Reception UMLFactory.createReception()
          Returns a new object of class 'Reception'
 Reception Interface.createOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Reception, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Reception' containment reference list
 Reception Interface.getOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Reception with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Reception' containment reference list
 Reception Interface.getOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Reception with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Reception' containment reference list
 Reception Class.createOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Creates a new Reception, with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', and appends it to the 'Owned Reception' containment reference list
 Reception Class.getOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes)
          Retrieves the first Reception with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Reception' containment reference list
 Reception Class.getOwnedReception(String name, EList ownedParameterNames, EList ownedParameterTypes, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Reception with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Reception' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Reception
 boolean UMLValidator.validateReception(Reception reception, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateReception_validateNotQuery(Reception reception, DiagnosticChain diagnostics, Map context)
          Validates the validateNotQuery constraint of 'Reception'
 Object UMLSwitch.caseReception(Reception object)
          Returns the result of interpretting the object as an instance of 'Reception'
 


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