| Package | Description |
|---|---|
| org.vertexium.blueprints |
| Modifier and Type | Method and Description |
|---|---|
protected abstract VertexiumBlueprintsGraph |
VertexiumBlueprintsFactory.createGraph(Map config) |
VertexiumBlueprintsGraph |
VertexiumBlueprintsElement.getGraph() |
static VertexiumBlueprintsGraph |
VertexiumBlueprintsFactory.open(String configFileName) |
| Modifier and Type | Method and Description |
|---|---|
static com.tinkerpop.blueprints.Edge |
VertexiumBlueprintsEdge.create(VertexiumBlueprintsGraph graph,
Edge edge,
Authorizations authorizations) |
static com.tinkerpop.blueprints.Vertex |
VertexiumBlueprintsVertex.create(VertexiumBlueprintsGraph graph,
Vertex vertex,
Authorizations authorizations) |
static Iterable<com.tinkerpop.blueprints.Edge> |
VertexiumBlueprintsConvert.toBlueprintsEdges(VertexiumBlueprintsGraph graph,
Iterable<Edge> edges,
Authorizations authorizations) |
static Iterable<com.tinkerpop.blueprints.Vertex> |
VertexiumBlueprintsConvert.toBlueprintsVertices(VertexiumBlueprintsGraph graph,
Iterable<Vertex> vertices,
Authorizations authorizations) |
| Constructor and Description |
|---|
VertexiumBlueprintsEdge(VertexiumBlueprintsGraph graph,
Edge edge,
Authorizations authorizations) |
VertexiumBlueprintsElement(VertexiumBlueprintsGraph graph,
Element element,
Authorizations authorizations) |
VertexiumBlueprintsGraphQuery(VertexiumBlueprintsGraph graph,
Authorizations authorizations) |
VertexiumBlueprintsVertex(VertexiumBlueprintsGraph graph,
Vertex vertex,
Authorizations authorizations) |
Copyright © 2014–2016. All rights reserved.