| Modifier and Type | Method and Description |
|---|---|
default GraphTraversal<S,Tree> |
GraphTraversal.tree()
Aggregates the emanating paths into a
Tree data structure. |
static <A> GraphTraversal<A,Tree> |
__.tree() |
| Modifier and Type | Method and Description |
|---|---|
Tree |
TreeStep.TreeBiOperator.apply(Tree mutatingSeed,
Tree tree) |
Tree |
TreeStep.projectTraverser(Traverser.Admin<S> traverser) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
TreeStep.TreeBiOperator.apply(Tree mutatingSeed,
Tree tree) |
Tree |
TreeStep.TreeBiOperator.apply(Tree mutatingSeed,
Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree<T>> |
Tree.getLeafTrees() |
List<Tree<T>> |
Tree.getTreesAtDepth(int depth) |
List<Tree<T>> |
Tree.splitParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.addTree(Tree<T> tree) |
| Modifier and Type | Method and Description |
|---|---|
protected Tree |
TreeSerializer.readValue(Buffer buffer,
GraphBinaryReader context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreeSerializer.writeValue(Tree value,
Buffer buffer,
GraphBinaryWriter context) |
| Modifier and Type | Method and Description |
|---|---|
Tree<A> |
TreeSupplier.get() |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.