public class IdGraphFactoryNeo4j extends Object implements IdGraphFactory
| Constructor and Description |
|---|
IdGraphFactoryNeo4j() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(GraphUri gUri)
Delete graph if it exists
|
boolean |
exists(GraphUri gUri) |
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph> |
open(GraphUri gUri)
Open existing or create a new graph
|
static void |
register() |
public static void register()
public com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph> open(GraphUri gUri)
IdGraphFactoryopen in interface IdGraphFactorypublic void delete(GraphUri gUri) throws IOException
IdGraphFactorydelete in interface IdGraphFactoryIOExceptionpublic boolean exists(GraphUri gUri)
exists in interface IdGraphFactoryCopyright © 2015. All rights reserved.