Uses of Interface
org.eclipse.uml2.Package

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

Uses of Package in org.eclipse.uml2
 

Subinterfaces of Package in org.eclipse.uml2
 interface Model
           A representation of the model object 'Model'
 interface Profile
           A representation of the model object 'Profile'
 

Methods in org.eclipse.uml2 that return Package
 Package UML2Factory.createPackage()
          Returns a new object of class 'Package'
 Package Type.getPackage()
          Returns the value of the 'Package' reference.
 Package PackageMerge.getMergingPackage()
          Returns the value of the 'Merging Package' container reference.
 Package PackageMerge.getMergedPackage()
          Returns the value of the 'Merged Package' reference
 Package PackageImport.getImportedPackage()
          Returns the value of the 'Imported Package' reference
 Package Package.getNestedPackage(String unqualifiedName)
          Retrieves the Package with the specified name from the 'Nested Package' reference list
 Package Package.getNestingPackage()
          Returns the value of the 'Nesting Package' reference.
 Package Element.getNearestPackage()
          Retrieves the nearest package that contains (either directly or indirectly) this element, or the element itself (if it is a package).
 

Methods in org.eclipse.uml2 with parameters of type Package
 void ProfileApplication.setImportedPackage(Package value)
           
 void PackageMerge.setMergingPackage(Package value)
          Sets the value of the 'Merging Package' container reference
 void PackageMerge.setMergedPackage(Package value)
          Sets the value of the 'Merged Package' reference
 void PackageImport.setImportedPackage(Package value)
          Sets the value of the 'Imported Package' reference
 void Namespace.importPackage(VisibilityKind visibility, Package package_)
          Imports the specified package into this namespace with the specified visibility.
 

Uses of Package in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Package
 boolean UML2Validator.validatePackage(Package package_, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validatePackage_validateElementsPublicOrPrivate(Package package_, DiagnosticChain diagnostics, Map context)
          Validates the validateElementsPublicOrPrivate constraint of 'Package'
 Object UML2Switch.casePackage(Package object)
          Returns the result of interpretting the object as an instance of 'Package'
 


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