Uses of Interface
org.eclipse.uml2.ElementImport

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

Uses of ElementImport in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ElementImport
 ElementImport UML2Factory.createElementImport()
          Returns a new object of class 'Element Import'
 ElementImport Namespace.createElementImport(EClass eClass)
          Creates a ElementImport and appends it to the 'Element Import' containment reference list
 

Uses of ElementImport in org.eclipse.uml2.util
 

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


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