| Modifier and Type | Method and Description |
|---|---|
static Repository |
OperationInstanceConverter.createEmptyRepository(MetamodelExtent extent)
Create an empty repository.
|
| Constructor and Description |
|---|
DebugDialog(Repository repository,
String message)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
MigrationFactory.createRepository()
Returns a new object of class 'Repository'.
|
Repository |
Metamodel.getRepository()
Returns the value of the 'Repository' container reference.
|
Repository |
Model.getRepository()
Returns the value of the 'Repository' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metamodel.setRepository(Repository value)
Sets the value of the '
Repository'
container reference. |
void |
Model.setRepository(Repository value)
Sets the value of the '
Repository'
container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryImpl
An implementation of the model object 'Repository'.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
MigrationFactoryImpl.createRepository() |
Repository |
ModelImpl.getRepository() |
Repository |
MetamodelImpl.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetRepository(Repository newRepository,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MetamodelImpl.basicSetRepository(Repository newRepository,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setRepository(Repository newRepository) |
void |
MetamodelImpl.setRepository(Repository newRepository) |
| Modifier and Type | Method and Description |
|---|---|
T |
MigrationSwitch.caseRepository(Repository object)
Returns the result of interpreting the object as an instance of 'Repository'.
|
boolean |
MigrationValidator.validateRepository(Repository repository,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2020. All rights reserved.