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

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

Uses of Package in org.eclipse.uml2.uml
 

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

Methods in org.eclipse.uml2.uml that return Package
 Package UMLFactory.createPackage()
          Returns a new object of class 'Package'
 Package Type.getPackage()
          Returns the value of the 'Package' reference.
 Package ProfileApplication.getApplyingPackage()
          Returns the value of the 'Applying Package' container reference.
 Package PackageMerge.getMergedPackage()
          Returns the value of the 'Merged Package' reference
 Package PackageMerge.getReceivingPackage()
          Returns the value of the 'Receiving Package' container reference.
 Package PackageImport.getImportedPackage()
          Returns the value of the 'Imported Package' reference
 Package Package.createNestedPackage(String name, EClass eClass)
          Creates a new Package, with the specified 'Name', and appends it to the 'Nested Package' reference list
 Package Package.getNestedPackage(String name)
          Retrieves the first Package with the specified 'Name' from the 'Nested Package' reference list
 Package Package.getNestedPackage(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first 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(String name)
          Creates a new Package, with the specified 'Name', and appends it to the 'Nested Package' reference list
 Package Element.getNearestPackage()
           Retrieves the nearest package that owns (either directly or indirectly) this element, or the element itself (if it is a package)
 

Methods in org.eclipse.uml2.uml with parameters of type Package
 void Type.setPackage(Package value)
          Sets the value of the 'Package' reference
 void ProfileApplication.setApplyingPackage(Package value)
          Sets the value of the 'Applying Package' container reference
 PackageImport Profile.createMetamodelReference(Package importedPackage)
          Creates a new PackageImport, with the specified 'Imported Package', and appends it to the 'Metamodel Reference' reference list
 PackageImport Profile.getMetamodelReference(Package importedPackage)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Metamodel Reference' reference list
 PackageImport Profile.getMetamodelReference(Package importedPackage, boolean createOnDemand)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Metamodel Reference' reference list
 void PackageMerge.setMergedPackage(Package value)
          Sets the value of the 'Merged Package' reference
 void PackageMerge.setReceivingPackage(Package value)
          Sets the value of the 'Receiving Package' container reference
 void PackageImport.setImportedPackage(Package value)
          Sets the value of the 'Imported Package' reference
 PackageMerge Package.createPackageMerge(Package mergedPackage)
          Creates a new PackageMerge, with the specified 'Merged Package', and appends it to the 'Package Merge' containment reference list
 PackageMerge Package.getPackageMerge(Package mergedPackage)
          Retrieves the first PackageMerge with the specified 'Merged Package' from the 'Package Merge' containment reference list
 PackageMerge Package.getPackageMerge(Package mergedPackage, boolean createOnDemand)
          Retrieves the first PackageMerge with the specified 'Merged Package' from the 'Package Merge' containment reference list
 void Package.setNestingPackage(Package value)
          Sets the value of the 'Nesting Package' reference
 PackageImport Namespace.createPackageImport(Package importedPackage)
          Creates a new PackageImport, with the specified 'Imported Package', and appends it to the 'Package Import' containment reference list
 PackageImport Namespace.getPackageImport(Package importedPackage)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Package Import' containment reference list
 PackageImport Namespace.getPackageImport(Package importedPackage, boolean createOnDemand)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Package Import' containment reference list
 PackageImport Namespace.createPackageImport(Package package_, VisibilityKind visibility)
           Creates an import of the specified package into this namespace with the specified visibility
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type Package
 boolean UMLValidator.validatePackage(Package package_, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validatePackage_validateElementsPublicOrPrivate(Package package_, DiagnosticChain diagnostics, Map context)
          Validates the validateElementsPublicOrPrivate constraint of 'Package'
static void UMLUtil.merge(Package package_, Map options)
          Merges the contents of (all of) the packages merged by the specified package using the specified options.
static void UMLUtil.merge(Package package_, Map options, DiagnosticChain diagnostics, Map context)
          Merges the contents of (all of) the packages merged by the specified package using the specified options, reporting problems to the specified diagnostics, within the specified context.
static Collection UMLUtil.convertToEcore(Package package_, Map options)
          Converts the specified package (and its contents) to Ecore using the specified options.
static Collection UMLUtil.convertToEcore(Package package_, Map options, DiagnosticChain diagnostics, Map context)
          Converts the specified package (and its contents) to Ecore using the specified options, reporting problems to the specified diagnostics, within the specified context.
protected  Collection UMLUtil.PackageMerger.getAllMergedPackages(Package package_)
           
 void UMLUtil.PackageMerger.merge(Package package_, Map options, DiagnosticChain diagnostics, Map context)
          Merges the contents of (all of) the packages merged by the specified package using the specified options, reporting problems to the specified diagnostics, within the specified context.
 Object UMLUtil.UML2EcoreConverter.casePackage(Package package_)
           
 Object UMLUtil.Profile2EPackageConverter.casePackage(Package package_)
           
 Object UMLSwitch.casePackage(Package object)
          Returns the result of interpretting the object as an instance of 'Package'
 


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