public static class AggregateTest.Traversals extends AggregateTest
AggregateTest.Traversals
config, g, graph, graphProvider, name
Constructor and Description |
---|
Traversals() |
Modifier and Type | Method and Description |
---|---|
Traversal<Vertex,List<String>> |
get_g_V_aggregateXxX_byXnameX_capXxX() |
Traversal<Vertex,Collection<Integer>> |
get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX() |
Traversal<Vertex,List<String>> |
get_g_V_name_aggregateXxX_capXxX() |
Traversal<Vertex,Path> |
get_g_V_out_aggregateXaX_path() |
g_V_aggregateXxX_byXnameX_capXxX, g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX, g_V_out_aggregateXaX_path, g_V_valueXnameX_aggregateXxX_capXxX
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public Traversal<Vertex,List<String>> get_g_V_name_aggregateXxX_capXxX()
get_g_V_name_aggregateXxX_capXxX
in class AggregateTest
public Traversal<Vertex,List<String>> get_g_V_aggregateXxX_byXnameX_capXxX()
get_g_V_aggregateXxX_byXnameX_capXxX
in class AggregateTest
public Traversal<Vertex,Path> get_g_V_out_aggregateXaX_path()
get_g_V_out_aggregateXaX_path
in class AggregateTest
public Traversal<Vertex,Collection<Integer>> get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX
in class AggregateTest
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.