public abstract class VertexQueryBase extends QueryBase implements VertexQuery
QueryBase.HasContainer| Modifier | Constructor and Description |
|---|---|
protected |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Map<String,PropertyDefinition> propertyDefinitions,
Authorizations authorizations) |
| 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) |
abstract Iterable<Edge> |
edges(EnumSet<FetchHint> fetchHints) |
Vertex |
getSourceVertex() |
abstract Iterable<Vertex> |
vertices(EnumSet<FetchHint> fetchHints) |
boost, edges, edges, edges, getGraph, getParameters, getPropertyDefinitions, has, has, limit, maxDocFrequency, maxQueryTerms, minDocFrequency, minTermFrequency, percentTermsToMatch, range, skip, verticesprotected VertexQueryBase(Graph graph, Vertex sourceVertex, String queryString, Map<String,PropertyDefinition> propertyDefinitions, Authorizations authorizations)
public Iterable<Edge> edges(Direction direction, EnumSet<FetchHint> fetchHints)
edges in interface VertexQuerypublic Iterable<Edge> edges(Direction direction)
edges in interface VertexQuerypublic Iterable<Edge> edges(Direction direction, String label, EnumSet<FetchHint> fetchHints)
edges in interface VertexQuerypublic Iterable<Edge> edges(Direction direction, String label)
edges in interface VertexQuerypublic Vertex getSourceVertex()
Copyright © 2014–2015. All rights reserved.