Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<V,E> TraversalEntity<V,E> |
ArangoDriver.getTraversal(String graphName,
String edgeCollection,
String startVertex,
Class<V> vertexClazz,
Class<E> edgeClazz,
String filter,
Long minDepth,
Long maxDepth,
String visitor,
Direction direction,
String init,
String expander,
String sort,
InternalTraversalDriver.Strategy strategy,
InternalTraversalDriver.Order order,
InternalTraversalDriver.ItemOrder itemOrder,
InternalTraversalDriver.Uniqueness verticesUniqueness,
InternalTraversalDriver.Uniqueness edgesUniqueness,
Long maxIterations)
Do a graph traversal.
|
<V,E> TraversalEntity<V,E> |
InternalTraversalDriver.getTraversal(String databaseName,
String graphName,
String edgeCollection,
String startVertex,
Class<V> vertexClazz,
Class<E> edgeClazz,
String filter,
Long minDepth,
Long maxDepth,
String visitor,
Direction direction,
String init,
String expander,
String sort,
InternalTraversalDriver.Strategy strategy,
InternalTraversalDriver.Order order,
InternalTraversalDriver.ItemOrder itemOrder,
InternalTraversalDriver.Uniqueness verticesUniqueness,
InternalTraversalDriver.Uniqueness edgesUniqueness,
Long maxIterations) |
Modifier and Type | Method and Description |
---|---|
<V,E> TraversalEntity<V,E> |
InternalTraversalDriverImpl.getTraversal(String databaseName,
String graphName,
String edgeCollection,
String startVertex,
Class<V> vertexClazz,
Class<E> edgeClazz,
String filter,
Long minDepth,
Long maxDepth,
String visitor,
Direction direction,
String init,
String expander,
String sort,
InternalTraversalDriver.Strategy strategy,
InternalTraversalDriver.Order order,
InternalTraversalDriver.ItemOrder itemOrder,
InternalTraversalDriver.Uniqueness verticesUniqueness,
InternalTraversalDriver.Uniqueness edgesUniqueness,
Long maxIterations) |
Modifier and Type | Method and Description |
---|---|
Direction |
ShortestPathOptions.getDirection()
The direction of the edges as a string.
|
Direction |
GraphVerticesOptions.getDirection()
The direction of the edges as a string.
|
Direction |
GraphEdgesOptions.getDirection()
The direction of the edges as a string.
|
Modifier and Type | Method and Description |
---|---|
void |
ShortestPathOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
void |
GraphVerticesOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
GraphEdgesOptions |
GraphEdgesOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.