Uses of Interface
com.arangodb.ArangoGraph
-
Packages that use ArangoGraph Package Description com.arangodb -
-
Uses of ArangoGraph in com.arangodb
Methods in com.arangodb that return ArangoGraph Modifier and Type Method Description ArangoGraph
ArangoDatabase. graph(String name)
Returns aArangoGraph
instance for the given graph name.ArangoGraph
ArangoEdgeCollection. graph()
The the handler of the named graph the edge collection is withinArangoGraph
ArangoVertexCollection. graph()
The handler of the named graph the edge collection is within
-