Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.blueprints |
Provides classes related to data management specific to a Blueprints implementation.
|
fr.inria.atlanmod.neoemf.data.blueprints.io |
Provides Blueprints' specific readers and writers used in the
io module to save and persist models from
external sources. |
fr.inria.atlanmod.neoemf.data.blueprints.store |
Provides specific classes to map model-level operations into Blueprints-level operations.
|
Modifier and Type | Method and Description |
---|---|
BlueprintsPersistenceBackend |
BlueprintsPersistenceBackendFactory.createPersistentBackend(File directory,
Map<?,?> options) |
Modifier and Type | Method and Description |
---|---|
void |
BlueprintsPersistenceBackend.copyTo(BlueprintsPersistenceBackend target)
Copies all the contents of this back-end to the target one.
|
Modifier and Type | Method and Description |
---|---|
static PersistenceHandler |
BlueprintsHandlerFactory.createPersistenceHandler(BlueprintsPersistenceBackend backend,
boolean conflictResolution)
Creates a
PersistenceHandler on the given backend . |
Constructor and Description |
---|
AbstractBlueprintsHandler(BlueprintsPersistenceBackend backend)
Constructs a new
AbstractBlueprintsHandler on the given backend . |
BlueprintsAwareHandler(BlueprintsPersistenceBackend backend)
Constructs a new
BlueprintsAwareHandler on the given backend . |
BlueprintsNaiveHandler(BlueprintsPersistenceBackend backend)
Constructs a new
BlueprintsNaiveHandler on the given backend . |
Constructor and Description |
---|
DirectWriteBlueprintsCacheManyStore(Resource.Internal resource,
BlueprintsPersistenceBackend backend)
Constructs a new
DirectWriteBlueprintsCacheManyStore between the given resource and the
backend . |
DirectWriteBlueprintsStore(Resource.Internal resource,
BlueprintsPersistenceBackend backend)
Constructs a new
DirectWriteBlueprintsStore between the given resource and the
backend . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.