| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform |
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryPipe.HasContainer> |
QueryPipe.hasContainers |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPipe.addHasContainer(QueryPipe.HasContainer container) |
| Constructor and Description |
|---|
VertexQueryPipe(Class<E> resultingElementClass,
com.tinkerpop.blueprints.Direction direction,
List<QueryPipe.HasContainer> hasContainers,
List<QueryPipe.IntervalContainer> intervalContainers,
int branchFactor,
int lowRange,
int highRange,
String... labels)
Construct a new VertexQuery pipe that wraps an underlying Blueprints VertexQuery object.
|
Copyright © 2010-2014. All Rights Reserved.