Class UnfoldTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldTest.Traversals
-
- Enclosing class:
- UnfoldTest
public static class UnfoldTest.Traversals extends UnfoldTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldTest
UnfoldTest.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,Edge>
get_g_V_localXoutE_foldX_unfold()
Traversal<Vertex,String>
get_g_V_valueMap_unfold_mapXkeyX()
Traversal<Vertex,String>
get_g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfold(Object v1Id, Object v6Id)
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldTest
g_V_localXoutE_foldX_unfold, g_V_valueMap_unfold_mapXkeyX, g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_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_localXoutE_foldX_unfold
public Traversal<Vertex,Edge> get_g_V_localXoutE_foldX_unfold()
- Specified by:
get_g_V_localXoutE_foldX_unfold
in classUnfoldTest
-
get_g_V_valueMap_unfold_mapXkeyX
public Traversal<Vertex,String> get_g_V_valueMap_unfold_mapXkeyX()
- Specified by:
get_g_V_valueMap_unfold_mapXkeyX
in classUnfoldTest
-
get_g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfold
public Traversal<Vertex,String> get_g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfold(Object v1Id, Object v6Id)
- Specified by:
get_g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfold
in classUnfoldTest
-
-