Package systems.dmx.storage.neo4j
Class Neo4jStorageFactory
- java.lang.Object
-
- systems.dmx.storage.neo4j.Neo4jStorageFactory
-
- All Implemented Interfaces:
DMXStorageFactory
public class Neo4jStorageFactory extends Object implements DMXStorageFactory
A factory for obtaining a DMX storage based on Neo4j/Lucene.
-
-
Constructor Summary
Constructors Constructor Description Neo4jStorageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMXStorage
newDMXStorage(String databasePath, ModelFactoryImpl mf)
-
-
-
Method Detail
-
newDMXStorage
public DMXStorage newDMXStorage(String databasePath, ModelFactoryImpl mf)
- Specified by:
newDMXStorage
in interfaceDMXStorageFactory
-
-