|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String name,
EClass eClass)
Creates a new Package , with the specified 'Name', and appends it to the 'Nested Package' reference list |
Package |
Package.getNestedPackage(java.lang.String name)
Retrieves the first Package with the specified 'Name' from the 'Nested Package' reference list |
Package |
Package.getNestedPackage(java.lang.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(java.lang.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,
java.util.Map context)
|
boolean |
UMLValidator.validatePackage_validateElementsPublicOrPrivate(Package package_,
DiagnosticChain diagnostics,
java.util.Map context)
Validates the validateElementsPublicOrPrivate constraint of 'Package' |
static void |
UMLUtil.merge(Package package_,
java.util.Map options)
|
static void |
UMLUtil.merge(Package package_,
java.util.Map options,
DiagnosticChain diagnostics,
java.util.Map context)
|
static java.util.Collection |
UMLUtil.convertToEcore(Package package_,
java.util.Map options)
|
static java.util.Collection |
UMLUtil.convertToEcore(Package package_,
java.util.Map options,
DiagnosticChain diagnostics,
java.util.Map context)
|
protected java.util.Collection |
UMLUtil.PackageMerger.getAllMergedPackages(Package package_)
|
void |
UMLUtil.PackageMerger.merge(Package package_,
java.util.Map options,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UMLUtil.UML2EcoreConverter.casePackage(Package package_)
|
java.lang.Object |
UMLUtil.Profile2EPackageConverter.casePackage(Package package_)
|
java.lang.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. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |