public class VertexiumBlueprintsConvert extends Object
| Constructor and Description |
|---|
VertexiumBlueprintsConvert() |
| Modifier and Type | Method and Description |
|---|---|
static String |
idToString(Object id) |
static Iterable<com.tinkerpop.blueprints.Edge> |
toBlueprintsEdges(VertexiumBlueprintsGraph graph,
Iterable<Edge> edges,
Authorizations authorizations) |
static Iterable<com.tinkerpop.blueprints.Vertex> |
toBlueprintsVertices(VertexiumBlueprintsGraph graph,
Iterable<Vertex> vertices,
Authorizations authorizations) |
static Direction |
toVertexium(com.tinkerpop.blueprints.Direction direction) |
static Edge |
toVertexium(com.tinkerpop.blueprints.Edge edge) |
static Vertex |
toVertexium(com.tinkerpop.blueprints.Vertex vertex) |
public static Vertex toVertexium(com.tinkerpop.blueprints.Vertex vertex)
public static Edge toVertexium(com.tinkerpop.blueprints.Edge edge)
public static Direction toVertexium(com.tinkerpop.blueprints.Direction direction)
public static Iterable<com.tinkerpop.blueprints.Vertex> toBlueprintsVertices(VertexiumBlueprintsGraph graph, Iterable<Vertex> vertices, Authorizations authorizations)
public static Iterable<com.tinkerpop.blueprints.Edge> toBlueprintsEdges(VertexiumBlueprintsGraph graph, Iterable<Edge> edges, Authorizations authorizations)
Copyright © 2014–2018. All rights reserved.