See: Description
| Interface | Description | 
|---|---|
| PersistentResource | A  Resourcethat provides efficient model-level operations that are not accessible using the standard EMF
 API. | 
| Class | Description | 
|---|---|
| DefaultPersistentResource | The default implementation of a  PersistentResourcethat containsPersistentEObject. | 
| PersistentResourceDecorator | A  PersistentResourcewrapper that delegates all method calls to the decorated resource. | 
| PersistentResourceFactory | The factory that creates  PersistentResourceinstances. | 
 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–2019 Atlanmod. All rights reserved.