- AbstractMetaPipe<S,E> - Class in com.tinkerpop.pipes.util
-
- AbstractMetaPipe() - Constructor for class com.tinkerpop.pipes.util.AbstractMetaPipe
-
- AbstractPipe<S,E> - Class in com.tinkerpop.pipes
-
An AbstractPipe provides most of the functionality that is repeated in every instance of a Pipe.
- AbstractPipe() - Constructor for class com.tinkerpop.pipes.AbstractPipe
-
- add(S) - Method in class com.tinkerpop.pipes.util.ExpandablePipe
-
- add(T) - Method in class com.tinkerpop.pipes.util.iterators.ExpandableIterator
-
- add(T) - Method in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
-
- add(Pipe<?, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- addHasContainer(QueryPipe.HasContainer) - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- addIntervalContainer(QueryPipe.IntervalContainer) - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- addIterator(Iterator<T>) - Method in class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
-
- addPipe(Pipe) - Method in class com.tinkerpop.pipes.util.Pipeline
-
Adds a new pipe to the end of the pipeline and then reconstructs the pipeline chain.
- addPipe(int, Pipe) - Method in class com.tinkerpop.pipes.util.Pipeline
-
- addRow(List) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- addRow(Object...) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- addValue(V, Collection) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- aggregate() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
- aggregate(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
- aggregate(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
- aggregate(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
- aggregate() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- aggregate(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- aggregate(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- aggregate(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- AggregatePipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
The AggregatePipe produces a side effect that is the provided Collection filled with the contents of all the objects that have passed through it.
- AggregatePipe(Collection) - Constructor for class com.tinkerpop.pipes.sideeffect.AggregatePipe
-
- AggregatePipe(Collection, PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.AggregatePipe
-
The provided PipeFunction will process the object prior to inserting it into the aggregate collection.
- and(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an AndFilterPipe to the end the Pipeline.
- and(Pipe<E, ?>...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- AndFilterPipe<S> - Class in com.tinkerpop.pipes.filter
-
The AndFilterPipe takes a collection of pipes.
- AndFilterPipe(Pipe<S, ?>...) - Constructor for class com.tinkerpop.pipes.filter.AndFilterPipe
-
- apply(PipeFunction...) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- areEqual(Iterator, Iterator) - Static method in class com.tinkerpop.pipes.util.PipeHelper
-
Checks if the contents of the two iterators are equal and of the same length.
- ArrayQueue<T> - Class in com.tinkerpop.pipes.util.structures
-
A Queue implementation that does not remove items when "drained," but instead, simply makes use of a counter.
- ArrayQueue() - Constructor for class com.tinkerpop.pipes.util.structures.ArrayQueue
-
- as(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Wrap the previous step in an AsPipe.
- as(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- asMap - Variable in class com.tinkerpop.pipes.util.PipesFunction
-
- AsMap - Class in com.tinkerpop.pipes.util.structures
-
The current object at a named step in a PipesFluentPipeline can be accessed via AsMap.
- AsMap(MetaPipe) - Constructor for class com.tinkerpop.pipes.util.structures.AsMap
-
- AsPipe<S,E> - Class in com.tinkerpop.pipes.util
-
An AsPipe wraps a Pipe and provides it a name and 'peak back' access to the last emitted end.
- AsPipe(String, Pipe<S, E>) - Constructor for class com.tinkerpop.pipes.util.AsPipe
-
- cap() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a SideEffectCapPipe to the end of the Pipeline.
- cap() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- cast(Class<E>) - Method in class com.tinkerpop.pipes.util.Pipeline
-
Returns the current pipeline with a new end type.
- cast(Class<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Returns the current pipeline with a new end type.
- cast(Class<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
Returns the current pipeline with a new end type.
- clear() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
-
- clear() - Method in class com.tinkerpop.pipes.util.structures.Table
-
- cloneTableStructure(Table) - Static method in class com.tinkerpop.pipes.util.structures.Table
-
Create a new table with the same column names as provided table
- CollectionFilterPipe<S> - Class in com.tinkerpop.pipes.filter
-
A CollectionFilterPipe will take a collection of objects and a Filter.NOT_EQUAL or Filter.EQUAL argument.
- CollectionFilterPipe(Collection<S>, Contains) - Constructor for class com.tinkerpop.pipes.filter.CollectionFilterPipe
-
- CollectionFilterPipe(Contains, AsMap, String...) - Constructor for class com.tinkerpop.pipes.filter.CollectionFilterPipe
-
- com.tinkerpop.pipes - package com.tinkerpop.pipes
-
- com.tinkerpop.pipes.branch - package com.tinkerpop.pipes.branch
-
- com.tinkerpop.pipes.filter - package com.tinkerpop.pipes.filter
-
- com.tinkerpop.pipes.sideeffect - package com.tinkerpop.pipes.sideeffect
-
- com.tinkerpop.pipes.transform - package com.tinkerpop.pipes.transform
-
- com.tinkerpop.pipes.util - package com.tinkerpop.pipes.util
-
- com.tinkerpop.pipes.util.iterators - package com.tinkerpop.pipes.util.iterators
-
- com.tinkerpop.pipes.util.structures - package com.tinkerpop.pipes.util.structures
-
- compute(A) - Method in interface com.tinkerpop.pipes.PipeFunction
-
A function that takes an argument of type A and returns a result of type B.
- copySplit(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a CopySplitPipe to the end of the pipeline.
- copySplit(Pipe...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- CopySplitPipe<S> - Class in com.tinkerpop.pipes.branch
-
CopySplitPipe takes a number of pipes during construction.
- CopySplitPipe(List<Pipe>) - Constructor for class com.tinkerpop.pipes.branch.CopySplitPipe
-
- CopySplitPipe(Pipe...) - Constructor for class com.tinkerpop.pipes.branch.CopySplitPipe
-
- count - Variable in class com.tinkerpop.pipes.transform.QueryPipe
-
- count() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- count() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Return the number of objects iterated through the pipeline.
- counter(Iterator) - Static method in class com.tinkerpop.pipes.util.PipeHelper
-
Count the number of objects in an iterator.
- CountPipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
The CountPipe produces a side effect that is the total number of objects that have passed through it.
- CountPipe() - Constructor for class com.tinkerpop.pipes.sideeffect.CountPipe
-
- createLoopsFunction(int) - Static method in class com.tinkerpop.pipes.branch.LoopPipe
-
- createPipeFunction(Method) - Static method in class com.tinkerpop.pipes.util.PipeHelper
-
Create a PipeFunction for a static method.
- createPipeFunction(Class, String, Class...) - Static method in class com.tinkerpop.pipes.util.PipeHelper
-
Create a PipeFunction for a static method.
- createTree(T, Tree<T>) - Static method in class com.tinkerpop.pipes.util.structures.Tree
-
- createTrueFunction() - Static method in class com.tinkerpop.pipes.branch.LoopPipe
-
- currentEnd - Variable in class com.tinkerpop.pipes.AbstractPipe
-
- currentIterator - Variable in class com.tinkerpop.pipes.transform.MemoizePipe
-
- currentIterator - Variable in class com.tinkerpop.pipes.transform.QueryPipe
-
- CyclicPathFilterPipe<S> - Class in com.tinkerpop.pipes.filter
-
CyclicPathFilterPipe will only emit an object if its transformation path has no repeats (loops) in it.
- CyclicPathFilterPipe() - Constructor for class com.tinkerpop.pipes.filter.CyclicPathFilterPipe
-
- gather() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
-
- gather() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GatherPipe to the end of the Pipeline.
- gather(PipeFunction<List, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GatherPipe to the end of the Pipeline.
- gather() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- gather(PipeFunction<List, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- GatherFunctionPipe<S,E> - Class in com.tinkerpop.pipes.transform
-
GatherFunctionPipe emits all the objects up to this step as an ArrayList.
- GatherFunctionPipe(PipeFunction<List<S>, E>) - Constructor for class com.tinkerpop.pipes.transform.GatherFunctionPipe
-
- GatherPipe<S> - Class in com.tinkerpop.pipes.transform
-
GatherPipe emits all the objects up to this step as an ArrayList.
- GatherPipe() - Constructor for class com.tinkerpop.pipes.transform.GatherPipe
-
- get(int) - Method in class com.tinkerpop.pipes.util.Pipeline
-
- get(String) - Method in class com.tinkerpop.pipes.util.structures.AsMap
-
- get(int, int) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- get(int, String) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getA() - Method in class com.tinkerpop.pipes.util.structures.Pair
-
- getAsMap() - Method in class com.tinkerpop.pipes.util.PipesFunction
-
- getAsPipe(MetaPipe, String) - Static method in class com.tinkerpop.pipes.util.FluentUtility
-
Get an AsPipe by name in the respective MetaPipe.
- getAsPipes(MetaPipe) - Static method in class com.tinkerpop.pipes.util.FluentUtility
-
Get all the AsPipes in the provided MetaPipe.
- getB() - Method in class com.tinkerpop.pipes.util.structures.Pair
-
- getBranchFactor() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
-
- getBranchFactor() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
-
- getColumn(String) - Method in class com.tinkerpop.pipes.util.structures.Row
-
- getColumn(int) - Method in class com.tinkerpop.pipes.util.structures.Row
-
- getColumn(int) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getColumn(String) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getColumnCount() - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getColumnNames() - Method in class com.tinkerpop.pipes.util.structures.Row
-
- getColumnNames() - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getCurrentEnd() - Method in class com.tinkerpop.pipes.util.AsPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.AbstractPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.branch.LoopPipe
-
- getCurrentPath() - Method in interface com.tinkerpop.pipes.Pipe
-
Returns the transformation path to arrive at the current object of the pipe.
- getCurrentPath() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.transform.GatherFunctionPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.transform.GatherPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.transform.OrderPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
-
- getCurrentPath() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- getDirection() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
-
- getDirection() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
-
- getDirection() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
-
- getEndValue() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
-
- getHighRange() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
-
- getKey() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
-
- getKey() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
-
- getKey(S) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- getLabels() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
-
- getLabels() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
-
- getLast() - Method in class com.tinkerpop.pipes.util.iterators.HistoryIterator
-
- getLeafObjects() - Method in class com.tinkerpop.pipes.util.structures.Tree
-
- getLeafTrees() - Method in class com.tinkerpop.pipes.util.structures.Tree
-
- getLoops() - Method in class com.tinkerpop.pipes.branch.LoopPipe
-
- getLoops() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
-
- getLowRange() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
-
- getName() - Method in class com.tinkerpop.pipes.util.AsPipe
-
- getObject() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
-
- getObjectsAtDepth(int) - Method in class com.tinkerpop.pipes.util.structures.Tree
-
- getPath() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
-
- getPathToHere() - Method in class com.tinkerpop.pipes.AbstractPipe
-
- getPathToHere() - Method in class com.tinkerpop.pipes.util.AsPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
-
- getPipes() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
-
- getPipes() - Method in class com.tinkerpop.pipes.branch.LoopPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.filter.AndFilterPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.filter.BackFilterPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.filter.FutureFilterPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.filter.OrFilterPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.transform.HasNextPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
-
- getPipes() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.util.AsPipe
-
- getPipes() - Method in interface com.tinkerpop.pipes.util.MetaPipe
-
- getPipes() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- getPredicate() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
-
- getPreviousPipe(Pipeline) - Static method in class com.tinkerpop.pipes.util.FluentUtility
-
Get the last pipe in the Pipeline
- getPreviousPipes(Pipeline, int) - Static method in class com.tinkerpop.pipes.util.FluentUtility
-
- getResultElementClass() - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- getRow(int) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getRowCount() - Method in class com.tinkerpop.pipes.util.structures.Table
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.CountPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
-
The side effect is the behavior of the internal pipe which is not a gettable data structure.
- getSideEffect() - Method in interface com.tinkerpop.pipes.sideeffect.SideEffectPipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.StorePipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
-
- getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
-
- getStarts() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- getStartValue() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
-
- getTreesAtDepth(int) - Method in class com.tinkerpop.pipes.util.structures.Tree
-
- getValue() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
-
- getValue(S) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- GraphQueryPipe<E extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
-
GraphQueryPipe makes use of the Graph.query() method in Blueprints which allows for intelligent element look ups from the underlying graph.
- GraphQueryPipe(Class<E>) - Constructor for class com.tinkerpop.pipes.transform.GraphQueryPipe
-
- groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupByPipe to the end of the Pipeline.
- groupBy(PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupByPipe to the end of the Pipeline.
- groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupByReducePipe to the end of the Pipeline.
- groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupByReducePipe to the end of the Pipeline.
- groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupBy(PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- GroupByPipe<S,K,V> - Class in com.tinkerpop.pipes.sideeffect
-
- GroupByPipe(Map<K, Collection<V>>, PipeFunction<S, K>, PipeFunction<S, V>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- GroupByPipe(PipeFunction<S, K>, PipeFunction<S, V>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByPipe
-
- GroupByReducePipe<S,K,V,V2> - Class in com.tinkerpop.pipes.sideeffect
-
- GroupByReducePipe(PipeFunction<S, K>, PipeFunction<S, V>, PipeFunction<Collection<V>, V2>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
-
- GroupByReducePipe(Map<K, V2>, PipeFunction<S, K>, PipeFunction<S, V>, PipeFunction<Collection<V>, V2>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
-
- groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
- groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
- groupCount(Map<?, Number>, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
- groupCount(PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
- groupCount(Map<?, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe to the end of the Pipeline.
- groupCount() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a GroupCountPipe to the end of the Pipeline.
- groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupCount(Map<?, Number>, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupCount(PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupCount(Map<?, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- groupCount() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- GroupCountFunctionPipe<S,K> - Class in com.tinkerpop.pipes.sideeffect
-
GroupCountFunctionPipe is analogous to GroupCountPipe save that it takes two optional functions.
- GroupCountFunctionPipe(Map<K, Number>, PipeFunction<S, K>, PipeFunction<Pair<S, Number>, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
-
- GroupCountFunctionPipe(PipeFunction<S, K>, PipeFunction<Pair<S, Number>, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
-
- GroupCountPipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
The GroupCountPipe will simply emit the incoming object, but generate a map side effect.
- GroupCountPipe(Map<S, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountPipe
-
- GroupCountPipe() - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountPipe
-
- ObjectFilterPipe<S> - Class in com.tinkerpop.pipes.filter
-
The ObjectFilterPipe will either allow or disallow all objects that pass through it depending on the result of the compareObject() method.
- ObjectFilterPipe(S, Predicate) - Constructor for class com.tinkerpop.pipes.filter.ObjectFilterPipe
-
- offer(T) - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
-
- optional(int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OptionalPipe to the end of the Pipeline.
- optional(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OptionalPipe to the end of the Pipeline.
- optional(int) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- optional(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- OptionalPipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
OptionalPipe will compute the incoming object within the internal pipe.
- OptionalPipe(Pipe<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.OptionalPipe
-
- or(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OrFilterPipe to the end the Pipeline.
- or(Pipe<E, ?>...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- order() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OrderPipe to the end of the Pipeline.
- order(TransformPipe.Order) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OrderPipe to the end of the Pipeline.
- order(PipeFunction<Pair<E, E>, Integer>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an OrderPipe to the end of the Pipeline.
- order() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- order(TransformPipe.Order) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- order(PipeFunction<Pair<E, E>, Integer>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- orderMap(TransformPipe.Order) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a OrderMapPipe to the end of the Pipeline
Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
- orderMap(PipeFunction<Pair<Map.Entry, Map.Entry>, Integer>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a OrderMapPipe to the end of the Pipeline
Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
- orderMap(TransformPipe.Order) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- orderMap(PipeFunction<Pair<Map.Entry, Map.Entry>, Integer>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- OrderMapPipe<S> - Class in com.tinkerpop.pipes.transform
-
- OrderMapPipe(PipeFunction<Pair<Map.Entry<S, ?>, Map.Entry<S, ?>>, Integer>) - Constructor for class com.tinkerpop.pipes.transform.OrderMapPipe
-
- OrderMapPipe(TransformPipe.Order) - Constructor for class com.tinkerpop.pipes.transform.OrderMapPipe
-
- OrderPipe<S> - Class in com.tinkerpop.pipes.transform
-
OrderPipe supports in-stream sorting of objects.
- OrderPipe(PipeFunction<Pair<S, S>, Integer>) - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
-
- OrderPipe() - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
-
- OrderPipe(TransformPipe.Order) - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
-
- OrFilterPipe<S> - Class in com.tinkerpop.pipes.filter
-
The OrFilterPipe takes a collection of pipes that are wrapped in HasNextPipes.
- OrFilterPipe(Pipe<S, ?>...) - Constructor for class com.tinkerpop.pipes.filter.OrFilterPipe
-
- OutEdgesPipe - Class in com.tinkerpop.pipes.transform
-
OutEdgesPipe emits the outgoing edges of a vertex.
- OutEdgesPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.OutEdgesPipe
-
- OutEdgesPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.OutEdgesPipe
-
- OutPipe - Class in com.tinkerpop.pipes.transform
-
OutPipe will emit vertices that are the tail/source of the outgoing edges to the current vertex.
- OutPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.OutPipe
-
- OutPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.OutPipe
-
- OutVertexPipe - Class in com.tinkerpop.pipes.transform
-
OutVertexPipe emits the outgoing/source/tail vertex of an edge.
- OutVertexPipe() - Constructor for class com.tinkerpop.pipes.transform.OutVertexPipe
-
- scatter() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a ScatterPipe to the end of the Pipeline.
- scatter() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- ScatterPipe<S,E> - Class in com.tinkerpop.pipes.transform
-
ScatterPipe will unroll any iterator/iterable/map that is provided to it.
- ScatterPipe() - Constructor for class com.tinkerpop.pipes.transform.ScatterPipe
-
- select(Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a SelectPipe to the end of the Pipeline.
- select(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a SelectPipe to the end of the Pipeline.
- select() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a SelectPipe to the end of the Pipeline.
- select(Collection<String>, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- select(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- select() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- SelectPipe<S> - Class in com.tinkerpop.pipes.transform
-
SelectPipe will emit a List of the objects that are at the respective 'as'-steps (i.e.
- SelectPipe(Collection<String>, List<AsPipe>, PipeFunction...) - Constructor for class com.tinkerpop.pipes.transform.SelectPipe
-
- setAsMap(AsMap) - Method in class com.tinkerpop.pipes.util.PipesFunction
-
- setBranchFactor(int) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
-
- setColumnNames(String...) - Method in class com.tinkerpop.pipes.util.structures.Table
-
- setDirection(Direction) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
-
- setHighRange(int) - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- setLabels(String...) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
-
- setLowRange(int) - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- setPipes(List<Pipe>) - Method in class com.tinkerpop.pipes.util.Pipeline
-
Useful for constructing the pipeline chain without making use of the constructor.
- setResultingElementClass(Class<? extends Element>) - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.AbstractPipe
-
- setStarts(Iterable<S>) - Method in class com.tinkerpop.pipes.AbstractPipe
-
- setStarts(Pipe<?, S>) - Method in class com.tinkerpop.pipes.AbstractPipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.branch.LoopPipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.filter.CyclicPathFilterPipe
-
- setStarts(Iterator<S>) - Method in interface com.tinkerpop.pipes.Pipe
-
Set an iterator of S objects to the head (start) of the pipe.
- setStarts(Iterable<S>) - Method in interface com.tinkerpop.pipes.Pipe
-
Set an iterable of S objects to the head (start) of the pipe.
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.transform.PathPipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.util.AsPipe
-
- setStarts(Pipeline, Object) - Static method in class com.tinkerpop.pipes.util.FluentUtility
-
- setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.util.Pipeline
-
- setStarts(Iterable<S>) - Method in class com.tinkerpop.pipes.util.Pipeline
-
- shuffle() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a ShufflePipe to the end of the Pipeline.
- shuffle() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- ShufflePipe<S> - Class in com.tinkerpop.pipes.transform
-
The ShufflePipe emits all the objects up to this step as an ArrayList then randomizes the order of the items
in the list.
- ShufflePipe() - Constructor for class com.tinkerpop.pipes.transform.ShufflePipe
-
- sideEffect(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a SideEffectFunctionPipe to the end of the Pipeline.
- sideEffect(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- SideEffectCapPipe<S,T> - Class in com.tinkerpop.pipes.transform
-
The SideEffectCapPipe will yield an E that is the side effect of the provided SideEffectPipe.
- SideEffectCapPipe(SideEffectPipe<S, T>) - Constructor for class com.tinkerpop.pipes.transform.SideEffectCapPipe
-
- SideEffectFunctionPipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
SideEffectFunctionPipe will emit the incoming object, but compute the PipeFunction on S.
- SideEffectFunctionPipe(PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.SideEffectFunctionPipe
-
- SideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
-
A SideEffectPipe will produce a side effect which can be retrieved by the getSideEffect() method.
- SideEffectPipe.GreedySideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
-
Specifies that the SideEffect is ready after Pipe.iterate()
- SideEffectPipe.LazySideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
-
Specifies that the SideEffect is ready after each Pipe.next()
- simplePath() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a CyclicPathFilterPipe to the end of the Pipeline.
- simplePath() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- SingleExpandableIterator<T> - Class in com.tinkerpop.pipes.util.iterators
-
SingleExpandableIterator can have an object added to it.
- SingleExpandableIterator(T) - Constructor for class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
-
- SingleExpandableIterator() - Constructor for class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
-
- SingleIterator<T> - Class in com.tinkerpop.pipes.util.iterators
-
SingleIterator is an iterator that only contains one object of type T.
- SingleIterator(T) - Constructor for class com.tinkerpop.pipes.util.iterators.SingleIterator
-
- size() - Method in class com.tinkerpop.pipes.util.Pipeline
-
Get the number of pipes in the pipeline.
- sort() - Method in class com.tinkerpop.pipes.util.structures.Table
-
Sort the rows of the table according to a default comparator
- sort(Comparator<Row>) - Method in class com.tinkerpop.pipes.util.structures.Table
-
Sort the rows of the table according to provided comparator
- start(S) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a StartPipe to the end of the pipeline.
- start(S) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- startPipe - Variable in class com.tinkerpop.pipes.util.Pipeline
-
- StartPipe<S> - Class in com.tinkerpop.pipes.util
-
StartPipe is a handy way to create a pipe out of the provided object.
- StartPipe(Object) - Constructor for class com.tinkerpop.pipes.util.StartPipe
-
- starts - Variable in class com.tinkerpop.pipes.AbstractPipe
-
- starts - Variable in class com.tinkerpop.pipes.util.Pipeline
-
- startValue - Variable in class com.tinkerpop.pipes.transform.QueryPipe.IntervalContainer
-
- step(PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a FunctionPipe to the end of the pipeline.
- step(Pipe<E, T>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an arbitrary Pipe to the end of the pipeline.
- step(PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- step(Pipe<E, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- store(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a StorePipe to the end of the Pipeline.
- store(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a StorePipe to the end of the Pipeline.
- store() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add an StorePipe to the end of the Pipeline.
- store(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a StorePipe to the end of the Pipeline.
- store(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- store(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- store(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- store() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- StorePipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
The StoragePipe yields its input, however, each input is added to the provided collection.
- StorePipe(Collection) - Constructor for class com.tinkerpop.pipes.sideeffect.StorePipe
-
- StorePipe(Collection, PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.StorePipe
-
The provided PipeFunction will process the object prior to inserting it into the storage collection.
- t - Variable in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
-
- table(Table, Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TablePipe to the end of the Pipeline.
- table(Table, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TablePipe to the end of the Pipeline.
- table(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TablePipe to the end of the Pipeline.
- table(Table) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TablePipe to the end of the Pipeline.
- table() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TablePipe to the end of the Pipeline.
- table(Table, Collection<String>, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- table(Table, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- table(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- table(Table) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- table() - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- Table - Class in com.tinkerpop.pipes.util.structures
-
A Table is a collection of rows with various table-style access methods.
- Table() - Constructor for class com.tinkerpop.pipes.util.structures.Table
-
- Table(String...) - Constructor for class com.tinkerpop.pipes.util.structures.Table
-
- TablePipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
- TablePipe(Table, Collection<String>, List<AsPipe>, PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TablePipe
-
- toList() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- toList() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Return a list of all the objects in the pipeline.
- toString() - Method in class com.tinkerpop.pipes.AbstractPipe
-
- toString() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
-
- toString() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
-
- toString() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
-
- toString() - Method in class com.tinkerpop.pipes.branch.LoopPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.AndFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.BackFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.CollectionFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.FutureFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.IdFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.LabelFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.ObjectFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.OrFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.RandomFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
-
- toString() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
-
- toString() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
-
- toString() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.BothEdgesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.BothPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.BothVerticesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.GraphQueryPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.HasNextPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.InEdgesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.InPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.InVertexPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.OutEdgesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.OutPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.OutVertexPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.PropertyPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.QueryPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.SelectPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
-
- toString() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
-
- toString() - Method in class com.tinkerpop.pipes.util.AsPipe
-
- toString() - Method in class com.tinkerpop.pipes.util.Pipeline
-
- toString() - Method in class com.tinkerpop.pipes.util.structures.Row
-
- ToStringPipe<S> - Class in com.tinkerpop.pipes.transform
-
ToStringPipe turns an stream of objects into their Object.toString() representation.
- ToStringPipe() - Constructor for class com.tinkerpop.pipes.transform.ToStringPipe
-
- transform(PipeFunction<E, T>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TransformFunctionPipe to the end of the Pipeline.
- transform(PipeFunction<E, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- TransformFunctionPipe<S,E> - Class in com.tinkerpop.pipes.transform
-
TransformFunctionPipe computes a transformation on the S object, where the PipeFunction determines the E.
- TransformFunctionPipe(PipeFunction<S, E>) - Constructor for class com.tinkerpop.pipes.transform.TransformFunctionPipe
-
- TransformPipe<S,E> - Interface in com.tinkerpop.pipes.transform
-
A TransformPipe will take an object of one type and transform it to an object of another type.
- TransformPipe.Order - Enum in com.tinkerpop.pipes.transform
-
- tree(Tree, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TreePipe to the end of the Pipeline
This step maintains an internal tree representation of the paths that have flowed through the step.
- tree(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
-
Deprecated.
Add a TreePipe to the end of the Pipeline
This step maintains an internal tree representation of the paths that have flowed through the step.
- tree(Tree, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- tree(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
-
Deprecated.
- Tree<T> - Class in com.tinkerpop.pipes.util.structures
-
A Tree can be seen as an embedded Map object with various tree-like access methods.
- Tree() - Constructor for class com.tinkerpop.pipes.util.structures.Tree
-
- Tree(T...) - Constructor for class com.tinkerpop.pipes.util.structures.Tree
-
- Tree(Map.Entry<T, Tree<T>>...) - Constructor for class com.tinkerpop.pipes.util.structures.Tree
-
- TreePipe<S> - Class in com.tinkerpop.pipes.sideeffect
-
- TreePipe(PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TreePipe
-
- TreePipe(Tree, PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TreePipe
-