| Package | Description |
|---|---|
| com.arangodb | |
| 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 |
|---|---|
Direction |
TraversalQueryOptions.getDirection() |
Direction |
ShortestPathOptions.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 |
|---|---|
TraversalQueryOptions |
TraversalQueryOptions.setDirection(Direction direction)
Set (optional) direction for traversal
|
ShortestPathOptions |
ShortestPathOptions.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–2016 ArangoDB GmbH. All rights reserved.