org.gcube.data.tr.neo.nodes
Class DefaulNeoDBProvider

java.lang.Object
  extended by org.gcube.data.tr.neo.nodes.DefaulNeoDBProvider
All Implemented Interfaces:
Serializable, NeoDBProvider

public class DefaulNeoDBProvider
extends Object
implements NeoDBProvider

Default implementation of NeoDBProvider.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
DefaulNeoDBProvider()
           
 
Method Summary
 org.neo4j.graphdb.GraphDatabaseService newDatabase(File location)
          Returns a database at a given location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaulNeoDBProvider

public DefaulNeoDBProvider()
Method Detail

newDatabase

public org.neo4j.graphdb.GraphDatabaseService newDatabase(File location)
Description copied from interface: NeoDBProvider
Returns a database at a given location.

Specified by:
newDatabase in interface NeoDBProvider
Parameters:
location - the location
Returns:
the database


Copyright © 2013. All Rights Reserved.