See: Description
| Interface | Description |
|---|---|
| PersistentResource |
Extends the
Resource interface by providing efficient model-level operations that
are not accessible using the standard EMF API. |
| Class | Description |
|---|---|
| DefaultPersistentResource |
The default implementation of a
PersistentResource that contains PersistentEObject. |
| PersistentResourceDecorator |
A
PersistentResource wrapper that delegates all method calls to the decorated resource. |
| PersistentResourceFactory |
The factory that creates
PersistentResources. |
The resource component defines the PersistentResource interface, that
extends EMF Resource and provides high-level modeling operations such as
efficient allInstances() computation. PersistentResource instances
can be accessed as standard EMF Resource, easing NeoEMF integration in client
applications.
The DefaultPersistentResource class implements the PersistentResource interface and extends the standard EMF Resource with efficient lazy-loading capabilities.
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.