See: Description
Class | Description |
---|---|
MapDbURI |
A specific
PersistenceURI that creates MapDB specific resource URI s from a File descriptor or
an existing URI . |
This package defines the MapDbURI
class, that extends PersistenceURI
to create MapDB specific URIs. MapDbURI
s are convenience wrappers of EMF URI
s that set a dedicated protocol that is parsed by NeoEMF to create the appropriate
database.
MapDbURI
s are created using the following code:
URI mapDBURI = MapDBURI.createFileURI(new File("model_path"));
// The created URI can be used as a regular EMF URI to create a NeoEMF resource
Resource neoEMFResource = resourceSet.createResource(hbaseURI);
// And accessed as a regular EMF resource
neoEMFResource.getContents() [...]
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.