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 |
ShortestPathOptions.getDirection()
The direction of the edges as a string.
|
Direction |
TraversalQueryOptions.getDirection() |
Direction |
GraphEdgesOptions.getDirection()
The direction of the edges as a string.
|
Modifier and Type | Method and Description |
---|---|
ShortestPathOptions |
ShortestPathOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
TraversalQueryOptions |
TraversalQueryOptions.setDirection(Direction direction)
Set (optional) direction for traversal
|
GraphEdgesOptions |
GraphEdgesOptions.setDirection(Direction direction)
The direction of the edges as a string.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.