Q - the "self"-type of this queryG - the type of the graph where to execute the query@ParametersAreNonnullByDefault public class IdVertexQuery<Q extends IdVertexQuery<Q,G>,G extends IdGraph<G>> extends AbstractIdQuery<Q,com.tinkerpop.blueprints.VertexQuery,G> implements com.tinkerpop.blueprints.VertexQuery
VertexQuery able to map the result of each method call to a dedicated implementation.
Re-implemented from WrapperVertexQuery.
graphbase| Constructor and Description |
|---|
IdVertexQuery(com.tinkerpop.blueprints.VertexQuery base,
G graph)
Constructs a new
IdVertexQuery. |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Q |
direction(com.tinkerpop.blueprints.Direction direction) |
Q |
labels(String... labels) |
Object |
vertexIds() |
edge, edges, edges, has, has, has, has, hasNot, hasNot, interval, limit, me, vertex, vertices, verticesgetBaseElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic IdVertexQuery(com.tinkerpop.blueprints.VertexQuery base,
G graph)
IdVertexQuery.base - the base querygraph - the graph that owns this element@Nonnull public Q direction(com.tinkerpop.blueprints.Direction direction)
direction in interface com.tinkerpop.blueprints.VertexQuery@Nonnull public Q labels(String... labels)
labels in interface com.tinkerpop.blueprints.VertexQuery@Nonnegative public long count()
count in interface com.tinkerpop.blueprints.VertexQueryCopyright © 2013–2019 Atlanmod. All rights reserved.