See: Description
Interface | Description |
---|---|
Id |
An identifier used to identify
PersistentEObject s in datastores. |
PersistentEObject |
Class | Description |
---|---|
DefaultPersistentEObject |
The default implementation of a
PersistentEObject . |
PersistenceFactory |
The factory that creates
PersistentEObject s from EClass es. |
StringId |
The core component defines the PersistentEObject
interface that extends EMF
EObject
by delegating its attribute and reference accesses to the underlying backend.
PersistentEObject
s 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.
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.