Modifier and Type | Method and Description |
---|---|
IPackage |
XmiExportConfiguration.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
XmiExportConfiguration.setEntryPoint(IPackage entryPoint) |
Modifier and Type | Method and Description |
---|---|
IPackage |
IUmlModel.createPackage()
Create a Package.
|
IPackage |
IUmlModel.createPackage(String name,
INameSpace owner)
Create a Package.
|
IPackage |
IUmlModel.createPackage(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Package.
|
IPackage |
IUmlModel.getRoot()
Get the root package of the current model.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
IUmlModel.createInstance(String name,
IPackage owner)
Create an Instance.
|
IPackageImport |
IUmlModel.createPackageImport(INameSpace source,
IPackage destination)
Create a PackageImport between a NameSpace and a Package.
|
IPackageImport |
IUmlModel.createPackageImport(IOperation source,
IPackage destination)
Create a PackageImport between an Operation and a Package.
|
Modifier and Type | Method and Description |
---|---|
IPackage |
IBpmnParticipant.getPackageRef()
Get the PackageRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnParticipant.setPackageRef(IPackage element)
Setter for the 'PackageRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IPackage |
IProject.getModel()
Get the Model association.
|
Modifier and Type | Method and Description |
---|---|
void |
IProject.setModel(IPackage element)
Setter for the 'Model' [1..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProfile |
Modifier and Type | Method and Description |
---|---|
IPackage |
IPackageImport.getImportedPackage()
Get the ImportedPackage association.
|
IPackage |
IPackageMerge.getMergedPackage()
Get the MergedPackage association.
|
IPackage |
IPackageMerge.getReceivingPackage()
Get the ReceivingPackage association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPackageImport.setImportedPackage(IPackage element)
Setter for the 'ImportedPackage' [1..1] association.
|
void |
IPackageMerge.setMergedPackage(IPackage element)
Setter for the 'MergedPackage' [1..1] association.
|
void |
IPackageMerge.setReceivingPackage(IPackage element)
Setter for the 'ReceivingPackage' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPackage(IPackage thePackage) |
Object |
DefaultMetamodelVisitor.visitPackage(IPackage thePackage) |
Object |
AbstractMetamodelVisitor.visitPackage(IPackage thePackage) |