Skip navigation links

Package fr.inria.atlanmod.neoemf.data.blueprints

Provides classes related to data management specific to a Blueprints implementation.

See: Description

Package fr.inria.atlanmod.neoemf.data.blueprints Description

Provides classes related to data management specific to a Blueprints implementation.

This package provides BlueprintsPersistenceBackend and BlueprintsPersistenceBackendFactory classes, that correspond to Blueprints specific implementations of PersistenceBackend and PersistenceBackendFactoryRegistry.

The BlueprintsPersistenceBackendFactory has to be registered to enable PersistentResource creation with a Blueprints storage:


 PersistenceBackendFactoryRegistry.register(BlueprintsPersistenceBackendFactory.getInstance());
 
Skip navigation links

Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.