Class ProjectTest.Traversals
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectTest.Traversals
 
 
 
 
- 
- Enclosing class:
- ProjectTest
 
 public static class ProjectTest.Traversals extends ProjectTest 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectTestProjectTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectTestg_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX, g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX, g_V_projectXa_bX_byXinE_countX_byXageX, g_V_valueMap_projectXxX_byXselectXnameXX
 - 
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_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageXpublic Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageX() - Specified by:
- get_g_V_hasLabelXpersonX_projectXa_bX_byXoutE_countX_byXageXin class- ProjectTest
 
 - 
get_g_V_projectXa_bX_byXinE_countX_byXageXpublic Traversal<Vertex,Map<String,Number>> get_g_V_projectXa_bX_byXinE_countX_byXageX() - Specified by:
- get_g_V_projectXa_bX_byXinE_countX_byXageXin class- ProjectTest
 
 - 
get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaXpublic Traversal<Vertex,String> get_g_V_outXcreatedX_projectXa_bX_byXnameX_byXinXcreatedX_countX_order_byXselectXbX__descX_selectXaX() 
 - 
get_g_V_valueMap_projectXxX_byXselectXnameXXpublic Traversal<Vertex,Map<String,Object>> get_g_V_valueMap_projectXxX_byXselectXnameXX() - Specified by:
- get_g_V_valueMap_projectXxX_byXselectXnameXXin class- ProjectTest
 
 
- 
 
-