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 BlueprintsBackend and BlueprintsBackendFactory classes, that correspond to Blueprints specific implementations of Backend and BackendFactoryRegistry.

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


 BackendFactoryRegistry.register(new BlueprintsBackendFactory());
 
Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.