Package | Description |
---|---|
org.modelio.api.modelio.exchange | |
org.modelio.api.modelio.model |
Model services
|
org.modelio.api.modelio.pattern | |
org.modelio.metamodel.mda | |
org.modelio.metamodel.mmextensions.standard.facilities |
Model experts and services that don't need a ModelingSession.
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Package |
XmiExportConfiguration.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
XmiExportConfiguration.setEntryPoint(Package entryPoint) |
Constructor and Description |
---|
XmiExportConfiguration(Package packageToExport)
Default constructor, with some default fields initialization:
- annotations are not exported.
|
XmiImportConfiguration(java.io.File xmiFile,
Package packageToImport)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Package |
IUmlModel.createPackage()
Create a Package.
|
Package |
IUmlModel.createPackage(java.lang.String name,
NameSpace owner)
Create a Package.
|
Package |
IUmlModel.createPackage(java.lang.String name,
NameSpace owner,
Stereotype stereotype)
Create a stereotyped Package.
|
Package |
IUmlModel.createPackage(java.lang.String name,
NameSpace owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Instance |
IUmlModel.createInstance(java.lang.String name,
Package owner)
Create an instance.
|
PackageImport |
IUmlModel.createPackageImport(NameSpace source,
Package destination)
Create a PackageImport between a NameSpace and a Package.
|
PackageImport |
IUmlModel.createPackageImport(Operation source,
Package destination)
Create a PackageImport between an Operation and a Package.
|
Modifier and Type | Method and Description |
---|---|
void |
IPatternService.exportPattern(Package pattern,
java.nio.file.Path patternPath)
Export a pattern.
|
Modifier and Type | Method and Description |
---|---|
<T extends Package> |
Project.getModel(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Project->Model'
Metamodel description:
Defines the Package associated to the Project (equivalent to the UML Model notion) that is the root of the Project's Package organization.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Package> |
Project.getModel()
Getter for relation 'Project->Model'
Metamodel description:
Defines the Package associated to the Project (equivalent to the UML Model notion) that is the root of the Project's Package organization.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CompositionInitializer.visitPackage(Package thePackage) |
Modifier and Type | Method and Description |
---|---|
Package |
IStandardModelFactory.createPackage()
Creates an
UML package . |
Package |
IStandardModelFactory.createPackage(java.lang.String name,
NameSpace owner)
Creates an
UML package . |
Package |
IStandardModelFactory.createPackage(java.lang.String name,
NameSpace owner,
Stereotype stereotype)
Creates an
UML package . |
Package |
IStandardModelFactory.createPackage(java.lang.String name,
NameSpace owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Instance |
IStandardModelFactory.createInstance(java.lang.String name,
Package owner) |
PackageImport |
IStandardModelFactory.createPackageImport(NameSpace source,
Package destination) |
PackageImport |
IStandardModelFactory.createPackageImport(Operation source,
Package destination) |
Modifier and Type | Method and Description |
---|---|
Package |
PackageImport.getImportedPackage()
Getter for relation 'PackageImport->ImportedPackage'
Metamodel description:
Specifies the Package whose members are imported into a Namespace.
|
Package |
PackageMerge.getMergedPackage()
Getter for relation 'PackageMerge->MergedPackage'
Metamodel description:
Package that is merged with the current Package.
|
Package |
PackageMerge.getReceivingPackage()
Getter for relation 'PackageMerge->ReceivingPackage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
PackageImport.setImportedPackage(Package value)
Setter for relation 'PackageImport->ImportedPackage'
Metamodel description:
Specifies the Package whose members are imported into a Namespace.
|
void |
PackageMerge.setMergedPackage(Package value)
Setter for relation 'PackageMerge->MergedPackage'
Metamodel description:
Package that is merged with the current Package.
|
void |
PackageMerge.setReceivingPackage(Package value)
Setter for relation 'PackageMerge->ReceivingPackage'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitPackage(Package obj) |
java.lang.Object |
IModelVisitor.visitPackage(Package obj) |
java.lang.Object |
DefaultModelVisitor.visitPackage(Package obj) |
default java.lang.Object |
IAbstractModelVisitor.visitPackage(Package obj) |
default java.lang.Object |
IDefaultModelVisitor.visitPackage(Package obj) |