public abstract class MaxTest extends AbstractGremlinProcessTest
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MaxTest.Traversals | 
config, g, graph, graphComputerClass, graphProvider, name| Constructor and Description | 
|---|
| MaxTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | g_V_age_max() | 
| void | g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX() | 
| void | g_V_repeatXbothX_timesX5X_age_max() | 
| abstract Traversal<Vertex,Integer> | get_g_V_age_max() | 
| abstract Traversal<Vertex,Map<String,Number>> | get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX() | 
| abstract Traversal<Vertex,Integer> | get_g_V_repeatXbothX_timesX5X_age_max() | 
checkMap, checkResults, checkResults, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIdspublic abstract Traversal<Vertex,Integer> get_g_V_repeatXbothX_timesX5X_age_max()
public abstract Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
public void g_V_age_max()
public void g_V_repeatXbothX_timesX5X_age_max()
public void g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.