public abstract class VertexiumBlueprintsGraph extends Object implements com.tinkerpop.blueprints.Graph
| Modifier | Constructor and Description |
|---|---|
protected |
VertexiumBlueprintsGraph(Graph vertexiumGraph,
VisibilityProvider visibilityProvider,
AuthorizationsProvider authorizationsProvider) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Edge |
addEdge(Object id,
com.tinkerpop.blueprints.Vertex outVertex,
com.tinkerpop.blueprints.Vertex inVertex,
String label) |
com.tinkerpop.blueprints.Vertex |
addVertex(Object id) |
AuthorizationsProvider |
getAuthorizationsProvider() |
com.tinkerpop.blueprints.Edge |
getEdge(Object id) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges() |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(String key,
Object value) |
com.tinkerpop.blueprints.Features |
getFeatures() |
Graph |
getGraph() |
com.tinkerpop.blueprints.Vertex |
getVertex(Object id) |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(String key,
Object value) |
VisibilityProvider |
getVisibilityProvider() |
com.tinkerpop.blueprints.GraphQuery |
query() |
void |
removeEdge(com.tinkerpop.blueprints.Edge edge) |
void |
removeVertex(com.tinkerpop.blueprints.Vertex vertex) |
void |
shutdown() |
String |
toString() |
protected VertexiumBlueprintsGraph(Graph vertexiumGraph, VisibilityProvider visibilityProvider, AuthorizationsProvider authorizationsProvider)
public com.tinkerpop.blueprints.Features getFeatures()
getFeatures in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Vertex addVertex(Object id)
addVertex in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Vertex getVertex(Object id)
getVertex in interface com.tinkerpop.blueprints.Graphpublic void removeVertex(com.tinkerpop.blueprints.Vertex vertex)
removeVertex in interface com.tinkerpop.blueprints.Graphpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices()
getVertices in interface com.tinkerpop.blueprints.Graphpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices(String key, Object value)
getVertices in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Edge addEdge(Object id, com.tinkerpop.blueprints.Vertex outVertex, com.tinkerpop.blueprints.Vertex inVertex, String label)
addEdge in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Edge getEdge(Object id)
getEdge in interface com.tinkerpop.blueprints.Graphpublic void removeEdge(com.tinkerpop.blueprints.Edge edge)
removeEdge in interface com.tinkerpop.blueprints.Graphpublic Iterable<com.tinkerpop.blueprints.Edge> getEdges()
getEdges in interface com.tinkerpop.blueprints.Graphpublic Iterable<com.tinkerpop.blueprints.Edge> getEdges(String key, Object value)
getEdges in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.GraphQuery query()
query in interface com.tinkerpop.blueprints.Graphpublic void shutdown()
shutdown in interface com.tinkerpop.blueprints.Graphpublic Graph getGraph()
public VisibilityProvider getVisibilityProvider()
public AuthorizationsProvider getAuthorizationsProvider()
Copyright © 2014–2018. All rights reserved.