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.UnfoldTestUnfoldTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal<Vertex,Edge>get_g_V_localXoutE_foldX_unfold()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.UnfoldTestg_V_localXoutE_foldX_unfold, g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfold
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, 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_unfoldpublic Traversal<Vertex,Edge> get_g_V_localXoutE_foldX_unfold() - Specified by:
- get_g_V_localXoutE_foldX_unfoldin class- UnfoldTest
 
 - 
get_g_VX1X_repeatXboth_simplePathX_untilXhasIdX6XX_path_byXnameX_unfoldpublic 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_unfoldin class- UnfoldTest
 
 
- 
 
-