use of com.graphaware.common.kv.GraphKeyValueStore in project neo4j-nlp by graphaware.
the class NLPIntegrationTest method setUp.
@Before
@Override
public void setUp() throws Exception {
resetSingleton();
super.setUp();
registerRuntime();
keyValueStore = new GraphKeyValueStore(getDatabase());
}
Aggregations