| Package | Description |
|---|---|
| net.deelam.graphtools | |
| net.deelam.graphtools.graphfactories |
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphUtils.addMetaDataNode(GraphUri gUri,
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<?> graph) |
void |
IdGraphFactory.delete(GraphUri gUri)
Delete graph if it exists
|
boolean |
IdGraphFactory.exists(GraphUri gUri) |
<T extends com.tinkerpop.blueprints.KeyIndexableGraph> |
IdGraphFactory.open(GraphUri gUri)
Open existing or create a new graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdGraphFactoryOrientdb.delete(GraphUri gUri) |
void |
IdGraphFactoryNeo4j.delete(GraphUri gUri) |
void |
IdGraphFactoryTinker.delete(GraphUri gUri) |
boolean |
IdGraphFactoryOrientdb.exists(GraphUri gUri) |
boolean |
IdGraphFactoryNeo4j.exists(GraphUri gUri) |
boolean |
IdGraphFactoryTinker.exists(GraphUri gUri) |
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.orient.OrientGraph> |
IdGraphFactoryOrientdb.open(GraphUri gUri) |
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph> |
IdGraphFactoryNeo4j.open(GraphUri gUri) |
com.tinkerpop.blueprints.util.wrappers.id.IdGraph<com.tinkerpop.blueprints.impls.tg.TinkerGraph> |
IdGraphFactoryTinker.open(GraphUri gUri) |
Copyright © 2015. All rights reserved.