| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.util | |
| com.tinkerpop.pipes.util.structures |
| Constructor and Description |
|---|
TreePipe(Tree tree,
PipeFunction... branchFunctions) |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,E> |
PipesPipeline.tree(Tree tree,
PipeFunction... branchFunctions)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.tree(Tree tree,
PipeFunction... branchFunctions)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Map.Entry<T,Tree<T>> |
Tree.createTree(T key,
Tree<T> tree) |
List<Tree<T>> |
Tree.getLeafTrees() |
List<Tree<T>> |
Tree.getTreesAtDepth(int depth) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Map.Entry<T,Tree<T>> |
Tree.createTree(T key,
Tree<T> tree) |
Copyright © 2010-2014. All Rights Reserved.