org.gcube.data.tr.neo
Interface NeoDBProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaulNeoDBProvider

public interface NeoDBProvider
extends Serializable

A provider of GraphDatabaseService instances.

Author:
Fabio Simeoni

Method Summary
 org.neo4j.graphdb.GraphDatabaseService newDatabase(File location)
          Returns a database at a given location.
 

Method Detail

newDatabase

org.neo4j.graphdb.GraphDatabaseService newDatabase(File location)
Returns a database at a given location.

Parameters:
location - the location
Returns:
the database


Copyright © 2013. All Rights Reserved.