| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQueryPipe<E extends com.tinkerpop.blueprints.Element>
GraphQueryPipe makes use of the Graph.query() method in Blueprints which allows for intelligent element look ups from the underlying graph.
|
class |
VertexQueryPipe<E extends com.tinkerpop.blueprints.Element>
VertexQueryPipe makes use of the Vertex.query() method in Blueprints which allows for intelligent edge look ups from the underlying graph.
|
Copyright © 2010-2014. All Rights Reserved.