Class MaxTest.Traversals
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxTest
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxTest.Traversals
 
 
 
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxTest
MaxTest.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
- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxTest
g_V_age_fold_maxXlocalX, g_V_age_max, g_V_aggregateXaX_byXageX_capXaX_maxXlocalX, g_V_aggregateXaX_byXageX_capXaX_unfold_max, g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX, g_V_aggregateXaX_byXfooX_capXaX_unfold_max, g_V_foo_fold_maxXlocalX, g_V_foo_max, g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX, g_V_name_fold_maxXlocalX, g_V_name_max, g_V_repeatXbothX_timesX5X_age_max, g_VX1X_valuesXageX_maxXlocalX 
- 
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_age_max
public Traversal<Vertex,Integer> get_g_V_age_max()
- Specified by:
 get_g_V_age_maxin classMaxTest
 
- 
get_g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX
public Traversal<Vertex,Comparable> get_g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX()
- Specified by:
 get_g_V_aggregateXaX_byXfooX_capXaX_maxXlocalXin classMaxTest
 
- 
get_g_V_aggregateXaX_byXfooX_capXaX_unfold_max
public Traversal<Vertex,Comparable> get_g_V_aggregateXaX_byXfooX_capXaX_unfold_max()
- Specified by:
 get_g_V_aggregateXaX_byXfooX_capXaX_unfold_maxin classMaxTest
 
- 
get_g_V_age_fold_maxXlocalX
public Traversal<Vertex,Integer> get_g_V_age_fold_maxXlocalX()
- Specified by:
 get_g_V_age_fold_maxXlocalXin classMaxTest
 
- 
get_g_V_aggregateXaX_byXageX_capXaX_maxXlocalX
public Traversal<Vertex,Integer> get_g_V_aggregateXaX_byXageX_capXaX_maxXlocalX()
- Specified by:
 get_g_V_aggregateXaX_byXageX_capXaX_maxXlocalXin classMaxTest
 
- 
get_g_V_aggregateXaX_byXageX_capXaX_unfold_max
public Traversal<Vertex,Integer> get_g_V_aggregateXaX_byXageX_capXaX_unfold_max()
- Specified by:
 get_g_V_aggregateXaX_byXageX_capXaX_unfold_maxin classMaxTest
 
- 
get_g_V_foo_max
public Traversal<Vertex,Comparable> get_g_V_foo_max()
- Specified by:
 get_g_V_foo_maxin classMaxTest
 
- 
get_g_V_foo_fold_maxXlocalX
public Traversal<Vertex,Comparable> get_g_V_foo_fold_maxXlocalX()
- Specified by:
 get_g_V_foo_fold_maxXlocalXin classMaxTest
 
- 
get_g_V_name_max
public Traversal<Vertex,String> get_g_V_name_max()
- Specified by:
 get_g_V_name_maxin classMaxTest
 
- 
get_g_V_name_fold_maxXlocalX
public Traversal<Vertex,String> get_g_V_name_fold_maxXlocalX()
- Specified by:
 get_g_V_name_fold_maxXlocalXin classMaxTest
 
- 
get_g_V_repeatXbothX_timesX5X_age_max
public Traversal<Vertex,Integer> get_g_V_repeatXbothX_timesX5X_age_max()
- Specified by:
 get_g_V_repeatXbothX_timesX5X_age_maxin classMaxTest
 
- 
get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX
public Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
- Specified by:
 get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxXin classMaxTest
 
 - 
 
 -