Skip navigation links

Package fr.inria.atlanmod.neoemf.core

Provides the base classes that extends EMF API to enable lazy-loading of model elements.

See: Description

Package fr.inria.atlanmod.neoemf.core Description

Provides the base classes that extends EMF API to enable lazy-loading of model elements.

The core component defines the PersistentEObject interface that extends EMF EObject by delegating its attribute and reference accesses to the underlying backend. PersistentEObjects contain a unique Id that is used by the underlying backend to retrieve, update, and delete model elements.

PersistentEObject extends the EObject interface, and can be accessed using the standard EMF API by client applications, easing the integration of NeoEMF.

Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.