Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
-
-
Uses of Tree in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type Tree Modifier and Type Method Description static <A> CredentialTraversal<A,Tree>
__. tree()
default CredentialTraversal<S,Tree>
CredentialTraversal. tree()
-
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type Tree Modifier and Type Method Description static <A> GraphTraversal<A,Tree>
__. tree()
default GraphTraversal<S,Tree>
GraphTraversal. tree()
Aggregates the emanating paths into aTree
data structure. -
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return Tree Modifier and Type Method Description Tree
TreeStep.TreeBiOperator. apply(Tree mutatingSeed, Tree tree)
Tree
TreeStep. projectTraverser(Traverser.Admin<S> traverser)
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type Tree Modifier and Type Method Description Tree
TreeStep.TreeBiOperator. apply(Tree mutatingSeed, Tree tree)
-
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
-
Uses of Tree in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type Tree Modifier and Type Method Description List<Tree<T>>
Tree. getLeafTrees()
List<Tree<T>>
Tree. getTreesAtDepth(int depth)
List<Tree<T>>
Tree. splitParents()
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type Tree Modifier and Type Method Description void
Tree. addTree(Tree<T> tree)
-
Uses of Tree in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Tree Modifier and Type Method Description protected Tree
TreeSerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Tree Modifier and Type Method Description protected void
TreeSerializer. writeValue(Tree value, Buffer buffer, GraphBinaryWriter context)
-
Uses of Tree in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function that return Tree Modifier and Type Method Description Tree<A>
TreeSupplier. get()
-