Class FoldTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldTest
FoldTest.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,Integer>
get_g_V_age_foldX0_plusX()
Traversal<Vertex,List<Vertex>>
get_g_V_fold()
Traversal<Vertex,Vertex>
get_g_V_fold_unfold()
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldTest
g_V_age_foldX0_plusX, g_V_fold, g_V_fold_unfold
-
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_V_fold
public Traversal<Vertex,List<Vertex>> get_g_V_fold()
- Specified by:
get_g_V_fold
in classFoldTest
-
get_g_V_fold_unfold
public Traversal<Vertex,Vertex> get_g_V_fold_unfold()
- Specified by:
get_g_V_fold_unfold
in classFoldTest
-
get_g_V_age_foldX0_plusX
public Traversal<Vertex,Integer> get_g_V_age_foldX0_plusX()
- Specified by:
get_g_V_age_foldX0_plusX
in classFoldTest
-
-