use of org.vertexium.inmemory.InMemoryGraph in project vertexium by visallo.
the class GraphGlue method createGraph.
private void createGraph() {
InMemoryGraph graph = InMemoryGraph.create();
Authorizations authorizations = graph.createAuthorizations();
ctx = new TestVertexiumCypherQueryContext(graph, authorizations);
}
Aggregations