de.deepamehta.storage.neo4j
Class Neo4jStorageFactory

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.storage.neo4j.Neo4jStorageFactory
All Implemented Interfaces:
DeepaMehtaStorageFactory

public class Neo4jStorageFactory
extends Object
implements DeepaMehtaStorageFactory

Factory for obtaining a Neo4j/Lucene based DeepaMehta storage.

Note: the factory in only needed by the test suites. The DeepaMehta Core obtains the storage as an OSGi service.


Constructor Summary
Neo4jStorageFactory()
           
 
Method Summary
 DeepaMehtaStorage createInstance(String databasePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jStorageFactory

public Neo4jStorageFactory()
Method Detail

createInstance

public DeepaMehtaStorage createInstance(String databasePath)
Specified by:
createInstance in interface DeepaMehtaStorageFactory


Copyright © 2015. All Rights Reserved.