Class MaxTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxTest
-
- Direct Known Subclasses:
MaxTest.Traversals
public abstract class MaxTest extends AbstractGremlinProcessTest
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MaxTest.Traversals
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description MaxTest()
-
Method Summary
-
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_fold_maxXlocalX
public abstract Traversal<Vertex,Integer> get_g_V_age_fold_maxXlocalX()
-
get_g_V_aggregateXaX_byXageX_capXaX_maxXlocalX
public abstract Traversal<Vertex,Integer> get_g_V_aggregateXaX_byXageX_capXaX_maxXlocalX()
-
get_g_V_aggregateXaX_byXageX_capXaX_unfold_max
public abstract Traversal<Vertex,Integer> get_g_V_aggregateXaX_byXageX_capXaX_unfold_max()
-
get_g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX
public abstract Traversal<Vertex,Comparable> get_g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX()
-
get_g_V_aggregateXaX_byXfooX_capXaX_unfold_max
public abstract Traversal<Vertex,Comparable> get_g_V_aggregateXaX_byXfooX_capXaX_unfold_max()
-
get_g_V_foo_max
public abstract Traversal<Vertex,Comparable> get_g_V_foo_max()
-
get_g_V_foo_fold_maxXlocalX
public abstract Traversal<Vertex,Comparable> get_g_V_foo_fold_maxXlocalX()
-
get_g_V_name_fold_maxXlocalX
public abstract Traversal<Vertex,String> get_g_V_name_fold_maxXlocalX()
-
get_g_V_repeatXbothX_timesX5X_age_max
public abstract Traversal<Vertex,Integer> get_g_V_repeatXbothX_timesX5X_age_max()
-
get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX
public abstract Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
-
get_g_VX1X_valuesXageX_maxXlocalX
public abstract Traversal<Vertex,Integer> get_g_VX1X_valuesXageX_maxXlocalX(Object vid1)
-
g_V_age_max
public void g_V_age_max()
-
g_V_age_fold_maxXlocalX
public void g_V_age_fold_maxXlocalX()
-
g_V_aggregateXaX_byXageX_capXaX_maxXlocalX
public void g_V_aggregateXaX_byXageX_capXaX_maxXlocalX()
-
g_V_aggregateXaX_byXageX_capXaX_unfold_max
public void g_V_aggregateXaX_byXageX_capXaX_unfold_max()
-
g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX
public void g_V_aggregateXaX_byXfooX_capXaX_maxXlocalX()
-
g_V_aggregateXaX_byXfooX_capXaX_unfold_max
public void g_V_aggregateXaX_byXfooX_capXaX_unfold_max()
-
g_V_foo_max
public void g_V_foo_max()
-
g_V_foo_fold_maxXlocalX
public void g_V_foo_fold_maxXlocalX()
-
g_V_name_max
public void g_V_name_max()
-
g_V_name_fold_maxXlocalX
public void g_V_name_fold_maxXlocalX()
-
g_V_repeatXbothX_timesX5X_age_max
public void g_V_repeatXbothX_timesX5X_age_max()
-
g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX
public void g_V_hasLabelXsoftwareX_group_byXnameX_byXbothE_weight_maxX()
-
g_VX1X_valuesXageX_maxXlocalX
public void g_VX1X_valuesXageX_maxXlocalX()
-
-