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

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

Uses of ElementImport in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ElementImport
 ElementImport UMLFactory.createElementImport()
          Returns a new object of class 'Element Import'
 ElementImport Profile.createMetaclassReference(PackageableElement importedElement)
          Creates a new ElementImport, with the specified 'Imported Element', and appends it to the 'Metaclass Reference' reference list
 ElementImport Profile.getMetaclassReference(PackageableElement importedElement)
          Retrieves the first ElementImport with the specified 'Imported Element' from the 'Metaclass Reference' reference list
 ElementImport Profile.getMetaclassReference(PackageableElement importedElement, boolean createOnDemand)
          Retrieves the first ElementImport with the specified 'Imported Element' from the 'Metaclass Reference' reference list
 ElementImport Namespace.createElementImport(PackageableElement importedElement)
          Creates a new ElementImport, with the specified 'Imported Element', and appends it to the 'Element Import' containment reference list
 ElementImport Namespace.getElementImport(PackageableElement importedElement)
          Retrieves the first ElementImport with the specified 'Imported Element' from the 'Element Import' containment reference list
 ElementImport Namespace.getElementImport(PackageableElement importedElement, boolean createOnDemand)
          Retrieves the first ElementImport with the specified 'Imported Element' from the 'Element Import' containment reference list
 ElementImport Namespace.createElementImport(PackageableElement element, VisibilityKind visibility)
           Creates an import of the specified element into this namespace with the specified visibility
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ElementImport
 boolean UMLValidator.validateElementImport(ElementImport elementImport, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateElementImport_validateVisibilityPublicOrPrivate(ElementImport elementImport, DiagnosticChain diagnostics, Map context)
          Validates the validateVisibilityPublicOrPrivate constraint of 'Element Import'
 boolean UMLValidator.validateElementImport_validateImportedElementIsPublic(ElementImport elementImport, DiagnosticChain diagnostics, Map context)
          Validates the validateImportedElementIsPublic constraint of 'Element Import'
 Object UMLSwitch.caseElementImport(ElementImport object)
          Returns the result of interpretting the object as an instance of 'Element Import'
 


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