Skip navigation links

Package fr.inria.atlanmod.neoemf.data

Provides generic classes representing data management operations.

See: Description

Package fr.inria.atlanmod.neoemf.data Description

Provides generic classes representing data management operations.

This package defines a set of abstract classes defining the low-level backend operations and the model-to-backend mapping. They are extended in backend-specific packages with a concrete implementation tailored to the corresponding backend.

Every backend supported by NeoEMF implements the Backend interface, that defines a set of primitives that allows the core component to access a database and serialize model elements. These specific implementations have to be registered in the BackendFactoryRegistry to allow their instanciation by the framework.

Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.