Package systems.dmx.core.storage.spi
Interface DMXStorageFactory
-
- All Known Implementing Classes:
Neo4jStorageFactory
public interface DMXStorageFactory
A factory for obtaining a DMX storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DMXStorage
newDMXStorage(String databasePath, ModelFactoryImpl mf)
-
-
-
Method Detail
-
newDMXStorage
DMXStorage newDMXStorage(String databasePath, ModelFactoryImpl mf)
-
-