| Modifier and Type | Field and Description |
|---|---|
static Direction[] |
Direction.proper |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Direction.opposite() |
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 |
|---|---|
VertexQuery |
VertexQuery.direction(Direction direction)
The direction of the edges to retrieve.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
String... labels)
Return the edges incident to the vertex according to the provided direction and edge labels.
|
Vertex |
Edge.getVertex(Direction direction)
Return the tail/out or head/in vertex.
|
Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String... labels)
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
|
| Modifier and Type | Field and Description |
|---|---|
Direction |
DefaultQuery.direction |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
DefaultVertexQuery.direction(Direction direction) |
| Constructor and Description |
|---|
VerticesFromEdgesIterable(Vertex vertex,
Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
WrapperVertexQuery.direction(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
EventVertex.getEdges(Direction direction,
String... labels) |
Vertex |
EventEdge.getVertex(Direction direction) |
Iterable<Vertex> |
EventVertex.getVertices(Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
IdVertex.getEdges(Direction direction,
String... labels) |
Vertex |
IdEdge.getVertex(Direction direction) |
Iterable<Vertex> |
IdVertex.getVertices(Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
PartitionVertex.getEdges(Direction direction,
String... labels) |
Vertex |
PartitionEdge.getVertex(Direction direction) |
Iterable<Vertex> |
PartitionVertex.getVertices(Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
ReadOnlyVertex.getEdges(Direction direction,
String... labels) |
Vertex |
ReadOnlyEdge.getVertex(Direction direction) |
Iterable<Vertex> |
ReadOnlyVertex.getVertices(Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
WrappedVertex.getEdges(Direction direction,
String... labels) |
Vertex |
WrappedEdge.getVertex(Direction direction) |
Iterable<Vertex> |
WrappedVertex.getVertices(Direction direction,
String... labels) |
Copyright © 2010-2014. All Rights Reserved.