Class AggregateTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateTest
-
- Direct Known Subclasses:
AggregateTest.Traversals
public abstract class AggregateTest extends AbstractGremlinProcessTest
- Author:
- Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AggregateTest.Traversals
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description AggregateTest()
-
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_name_aggregateXglobal_xX_capXxX
public abstract Traversal<Vertex,List<String>> get_g_V_name_aggregateXglobal_xX_capXxX()
-
get_g_V_aggregateXxX_byXvaluesXageX_isXgtX29XXX_capXxX
public abstract Traversal<Vertex,List<Integer>> get_g_V_aggregateXxX_byXvaluesXageX_isXgtX29XXX_capXxX()
-
get_g_V_aggregateXxX_byXout_order_byXnameXX_capXxX
public abstract Traversal<Vertex,List<Vertex>> get_g_V_aggregateXxX_byXout_order_byXnameXX_capXxX()
-
get_g_V_name_aggregateXxX_capXxX
public abstract Traversal<Vertex,List<String>> get_g_V_name_aggregateXxX_capXxX()
-
get_g_V_aggregateXxX_byXnameX_capXxX
public abstract Traversal<Vertex,List<String>> get_g_V_aggregateXxX_byXnameX_capXxX()
-
get_g_V_out_aggregateXaX_path
public abstract Traversal<Vertex,Path> get_g_V_out_aggregateXaX_path()
-
get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX
public abstract Traversal<Vertex,Collection<Integer>> get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
-
get_g_V_aggregateXlocal_aX_byXnameX_out_capXaX
public abstract Traversal<Vertex,Collection> get_g_V_aggregateXlocal_aX_byXnameX_out_capXaX()
-
get_g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX
public abstract Traversal<Vertex,Collection> get_g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX(Object v1Id)
-
get_g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX
public abstract Traversal<Vertex,Set<String>> get_g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX()
-
get_g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX_capXaX
public abstract Traversal<Vertex,Collection> get_g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX_capXaX()
-
g_V_valueXnameX_aggregateXglobal_xX_capXxX
public void g_V_valueXnameX_aggregateXglobal_xX_capXxX()
-
g_V_valueXnameX_aggregateXxX_capXxX
public void g_V_valueXnameX_aggregateXxX_capXxX()
-
g_V_aggregateXxX_byXnameX_capXxX
public void g_V_aggregateXxX_byXnameX_capXxX()
-
g_V_out_aggregateXaX_path
public void g_V_out_aggregateXaX_path()
-
g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX
public void g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
-
g_V_aggregateXlocal_a_nameX_out_capXaX
public void g_V_aggregateXlocal_a_nameX_out_capXaX()
-
g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX
public void g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX()
-
g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX
public void g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX()
-
g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX
public void g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX()
-
g_V_aggregateXxX_byXvaluesXageX_isXgtX29XXX_capXxX
public void g_V_aggregateXxX_byXvaluesXageX_isXgtX29XXX_capXxX()
-
g_V_aggregateXxX_byXout_order_byXnameXX_capXxX
public void g_V_aggregateXxX_byXout_order_byXnameXX_capXxX()
-
-