| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
BothEdgesPipe
BothEdgesPipe emits both the outgoing and incoming edges of a vertex.
|
class |
BothPipe
BothPipe will emit those vertices adjacent to the incoming and outgoing edges of the incoming vertex.
|
class |
BothVerticesPipe
BothVerticesPipe emits both vertices connected the the edge.
|
class |
EdgesVerticesPipe |
class |
GatherFunctionPipe<S,E>
GatherFunctionPipe emits all the objects up to this step as an ArrayList.
|
class |
GatherPipe<S>
GatherPipe emits all the objects up to this step as an ArrayList.
|
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 |
HasCountPipe<S> |
class |
HasNextPipe<S> |
class |
IdEdgePipe<S> |
class |
IdPipe
IdPipe emits the id of the element.
|
class |
IdVertexPipe<S> |
class |
IndexElementsPipe<E extends com.tinkerpop.blueprints.Element> |
class |
InEdgesPipe |
class |
InPipe
InPipe will emit vertices that are the head/target of the incoming edges to the current vertex.
|
class |
InVertexPipe
InVertexPipe emits the incoming/target/head vertex of an edge.
|
class |
LabelPipe
LabelPipe emits the label of an edge.
|
class |
MemoizePipe<S,E> |
class |
OrderMapPipe<S> |
class |
OrderPipe<S>
OrderPipe supports in-stream sorting of objects.
|
class |
OutEdgesPipe
OutEdgesPipe emits the outgoing edges of a vertex.
|
class |
OutPipe
OutPipe will emit vertices that are the tail/source of the outgoing edges to the current vertex.
|
class |
OutVertexPipe
OutVertexPipe emits the outgoing/source/tail vertex of an edge.
|
class |
PathPipe<S>
PathPipe emits the path that the traverser has taken up to this object.
|
class |
PropertyMapPipe<S extends com.tinkerpop.blueprints.Element>
PropertyMapPipe emits the property map of an element.
|
class |
PropertyPipe<S extends com.tinkerpop.blueprints.Element,E>
The PropertyPipe returns the property value of the Element identified by the provided key.
|
class |
QueryPipe<S,E extends com.tinkerpop.blueprints.Element>
QueryPipe consolidates the fields and methods required for both VertexQueryPipe and GraphQueryPipe.
|
class |
ScatterPipe<S,E>
ScatterPipe will unroll any iterator/iterable/map that is provided to it.
|
class |
SelectPipe<S>
SelectPipe will emit a List of the objects that are at the respective 'as'-steps (i.e.
|
class |
ShufflePipe<S>
The ShufflePipe emits all the objects up to this step as an ArrayList then randomizes the order of the items
in the list.
|
class |
SideEffectCapPipe<S,T>
The SideEffectCapPipe will yield an E that is the side effect of the provided SideEffectPipe.
|
class |
ToStringPipe<S>
ToStringPipe turns an stream of objects into their Object.toString() representation.
|
class |
TransformFunctionPipe<S,E>
TransformFunctionPipe computes a transformation on the S object, where the PipeFunction determines the E.
|
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.
|
class |
VerticesEdgesPipe |
class |
VerticesVerticesPipe |
Copyright © 2010-2014. All Rights Reserved.