Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.store |
Provides classes to map model-level operations into persistence-level operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransientStore
A abstract
TransientStore that uses collections to store data in memory. |
class |
OwnedTransientStore
A
TransientStore that belongs to a single EObject owner. |
class |
SynchronizedTransientStore
A
TransientStore that uses synchronized collections to store data in memory, using
Collections.synchronizedMap(java.util.Map) . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.