T - the underlying graphpublic class AclGraph<T extends com.tinkerpop.blueprints.Graph> extends Object implements com.tinkerpop.blueprints.util.wrappers.WrapperGraph<T>, com.tinkerpop.blueprints.Graph
| Modifier and Type | Method and Description |
|---|---|
AclVertex |
aclVertex(com.tinkerpop.blueprints.Vertex vertex)
Get an ACL-aware vertex from a generic one.
|
com.tinkerpop.blueprints.Edge |
addEdge(Object o,
com.tinkerpop.blueprints.Vertex vertex,
com.tinkerpop.blueprints.Vertex vertex2,
String s) |
com.tinkerpop.blueprints.Vertex |
addVertex(Object o) |
boolean |
evaluateEdge(com.tinkerpop.blueprints.Edge edge) |
boolean |
evaluateVertex(com.tinkerpop.blueprints.Vertex vertex) |
Accessor |
getAccessor() |
T |
getBaseGraph() |
com.tinkerpop.blueprints.Edge |
getEdge(Object o) |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges() |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(String s,
Object o) |
com.tinkerpop.blueprints.Features |
getFeatures() |
com.tinkerpop.blueprints.Vertex |
getVertex(Object o) |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(String s,
Object o) |
com.tinkerpop.blueprints.GraphQuery |
query() |
void |
removeEdge(com.tinkerpop.blueprints.Edge edge) |
void |
removeVertex(com.tinkerpop.blueprints.Vertex vertex) |
void |
shutdown() |
String |
toString() |
protected final T extends com.tinkerpop.blueprints.Graph baseGraph
public com.tinkerpop.blueprints.Features getFeatures()
getFeatures in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Vertex addVertex(Object o)
addVertex in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Vertex getVertex(Object o)
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 s, Object o)
getVertices in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Edge addEdge(Object o, com.tinkerpop.blueprints.Vertex vertex, com.tinkerpop.blueprints.Vertex vertex2, String s)
addEdge in interface com.tinkerpop.blueprints.Graphpublic com.tinkerpop.blueprints.Edge getEdge(Object o)
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 s, Object o)
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 T getBaseGraph()
getBaseGraph in interface com.tinkerpop.blueprints.util.wrappers.WrapperGraph<T extends com.tinkerpop.blueprints.Graph>public Accessor getAccessor()
public boolean evaluateVertex(com.tinkerpop.blueprints.Vertex vertex)
public boolean evaluateEdge(com.tinkerpop.blueprints.Edge edge)
public AclVertex aclVertex(com.tinkerpop.blueprints.Vertex vertex)
vertex - a vertexCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.