public interface VertexQuery extends Query
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
edges(Direction direction) |
Iterable<Edge> |
edges(Direction direction,
EnumSet<FetchHint> fetchHints) |
Iterable<Edge> |
edges(Direction direction,
String label) |
Iterable<Edge> |
edges(Direction direction,
String label,
EnumSet<FetchHint> fetchHints) |
Copyright © 2014–2015. All rights reserved.