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(java.lang.String name)
          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 Package.createNestedPackage(java.lang.String name)
          Creates a package with the specified name as a nested package of this package.
 Package Element.getNearestPackage()
          Retrieves the nearest package that contains (either directly or indirectly) this element, or the element itself (if it is a package).
 Package Component.createOwnedPackage(java.lang.String name)
          Creates a package with the specified name as an owned member of this component.
 

Methods in org.eclipse.uml2 with parameters of type Package
 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
 

Fields in org.eclipse.uml2.util declared as Package
protected  Package UML2Util.PackageMerger.receivingPackage
           
 

Methods in org.eclipse.uml2.util that return Package
static Package UML2Util.load(ResourceSet resourceSet, URI uri)
           
 

Methods in org.eclipse.uml2.util with parameters of type Package
 boolean UML2Validator.validatePackage(Package package_, DiagnosticChain diagnostics, java.util.Map context)
           
 boolean UML2Validator.validatePackage_validateElementsPublicOrPrivate(Package package_, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateElementsPublicOrPrivate constraint of 'Package'
static java.util.Collection UML2Util.convertToEcore(Package package_, java.util.Map options)
           
static java.util.Collection UML2Util.convertToEcore(Package package_, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
static void UML2Util.merge(Package package_, java.util.Map options)
           
static void UML2Util.merge(Package package_, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
protected  void UML2Util.Ecore2UML2Converter.processEcoreTaggedValues(Package package_, EPackage ePackage, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.casePackage(Package package_)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EPackage ePackage, Package package_, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
protected  java.util.Collection UML2Util.PackageMerger.getAllMergedPackages(Package package_)
           
protected  void UML2Util.PackageMerger.getAllMergedPackagesHelper(Package package_, java.util.Collection allMergedPackages)
           
 void UML2Util.PackageMerger.merge(Package package_, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.casePackage(Package object)
          Returns the result of interpretting the object as an instance of 'Package'
 


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