public class GraphVerticesOptions extends Object implements OptionsInterface
| Constructor and Description |
|---|
GraphVerticesOptions() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
The direction of the edges as a string.
|
List<String> |
getVertexCollectionRestriction()
One or multiple vertex collections that should be considered.
|
void |
setDirection(Direction direction)
The direction of the edges as a string.
|
void |
setVertexCollectionRestriction(List<String> vertexCollectionRestriction)
One or multiple vertex collections that should be considered.
|
Map<String,Object> |
toMap()
Returns a map of the options
|
public Direction getDirection()
public void setDirection(Direction direction)
direction - public List<String> getVertexCollectionRestriction()
public void setVertexCollectionRestriction(List<String> vertexCollectionRestriction)
vertexCollectionRestriction - public Map<String,Object> toMap()
toMap in interface OptionsInterfaceCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.