Class TreeTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeTest
TreeTest.Traversals
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description Traversals()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal<Vertex,Tree>
get_g_V_out_out_out_tree()
Traversal<Vertex,Tree>
get_g_V_out_out_tree()
Traversal<Vertex,Tree>
get_g_V_out_out_tree_byXidX()
Traversal<Vertex,Tree>
get_g_V_out_out_treeXaX_byXidX_capXaX()
Traversal<Vertex,Tree>
get_g_V_out_out_treeXaX_capXaX()
Traversal<Vertex,Tree>
get_g_V_out_tree_byXageX()
Traversal<Vertex,Tree>
get_g_VX1X_out_out_tree_byXnameX(Object v1Id)
Traversal<Vertex,Tree>
get_g_VX1X_out_out_treeXaX_byXnameX_both_both_capXaX(Object v1Id)
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeTest
g_V_out_out_out_tree, g_V_out_out_tree, g_V_out_out_tree_byXidX, g_V_out_out_treeXaX_byXidX_capXaX, g_V_out_out_treeXaX_capXaX, g_V_out_tree_byXageX, g_VX1X_out_out_tree_byXnameX, g_VX1X_out_out_treeXaX_byXnameX_both_both_capXaX
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
-
-
-
Method Detail
-
get_g_VX1X_out_out_tree_byXnameX
public Traversal<Vertex,Tree> get_g_VX1X_out_out_tree_byXnameX(Object v1Id)
- Specified by:
get_g_VX1X_out_out_tree_byXnameX
in classTreeTest
-
get_g_V_out_tree_byXageX
public Traversal<Vertex,Tree> get_g_V_out_tree_byXageX()
- Specified by:
get_g_V_out_tree_byXageX
in classTreeTest
-
get_g_VX1X_out_out_treeXaX_byXnameX_both_both_capXaX
public Traversal<Vertex,Tree> get_g_VX1X_out_out_treeXaX_byXnameX_both_both_capXaX(Object v1Id)
- Specified by:
get_g_VX1X_out_out_treeXaX_byXnameX_both_both_capXaX
in classTreeTest
-
get_g_V_out_out_tree_byXidX
public Traversal<Vertex,Tree> get_g_V_out_out_tree_byXidX()
- Specified by:
get_g_V_out_out_tree_byXidX
in classTreeTest
-
get_g_V_out_out_treeXaX_byXidX_capXaX
public Traversal<Vertex,Tree> get_g_V_out_out_treeXaX_byXidX_capXaX()
- Specified by:
get_g_V_out_out_treeXaX_byXidX_capXaX
in classTreeTest
-
get_g_V_out_out_tree
public Traversal<Vertex,Tree> get_g_V_out_out_tree()
- Specified by:
get_g_V_out_out_tree
in classTreeTest
-
get_g_V_out_out_treeXaX_capXaX
public Traversal<Vertex,Tree> get_g_V_out_out_treeXaX_capXaX()
- Specified by:
get_g_V_out_out_treeXaX_capXaX
in classTreeTest
-
get_g_V_out_out_out_tree
public Traversal<Vertex,Tree> get_g_V_out_out_out_tree()
- Specified by:
get_g_V_out_out_out_tree
in classTreeTest
-
-