Class GroupTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupTest
GroupTest.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.sideEffect.GroupTest
g_V_group_byXageX, g_V_group_byXbothE_countX_byXgroup_byXlabelXX, g_V_group_byXlabelX_byXbothE_groupXaX_byXlabelX_byXweight_sumX_weight_sumX, g_V_group_byXlabelX_byXlabel_countX, g_V_group_byXname_substring_1X_byXconstantX1XX, g_V_group_byXnameX, g_V_group_byXnameX_by, g_V_group_byXoutE_countX_byXnameX, g_V_groupXaX_byXlabelX_byXoutE_weight_sumX_capXaX, g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX, g_V_groupXaX_byXnameX_capXaX, g_V_groupXmX_byXlabelX_byXlabel_countX_capXmX, g_V_groupXmX_byXnameX_byXinXknowsX_nameX_capXmX, g_V_hasLabelXpersonX_asXpX_outXcreatedX_group_byXnameX_byXselectXpX_valuesXageX_sumX, g_V_hasLabelXsongX_group_byXnameX_byXproperties_groupCount_byXlabelXX, g_V_hasLabelXsongX_groupXaX_byXnameX_byXproperties_groupCount_byXlabelXX_out_capXaX, g_V_hasXlangX_group_byXlangX_byXcountX, g_V_hasXlangX_groupXaX_byXlangX_byXnameX_out_capXaX, g_V_out_group_byXlabelX_selectXpersonX_unfold_outXcreatedX_name_limitX2X, g_V_outXfollowedByX_group_byXsongTypeX_byXbothE_group_byXlabelX_byXweight_sumXX, g_V_repeatXbothXfollowedByXX_timesX2X_group_byXsongTypeX_byXcountX, g_V_repeatXbothXfollowedByXX_timesX2X_groupXaX_byXsongTypeX_byXcountX_capXaX, g_V_repeatXout_groupXaX_byXnameX_byXcountX_timesX2X_capXaX, g_V_repeatXunionXoutXknowsX_groupXaX_byXageX__outXcreatedX_groupXbX_byXnameX_byXcountXX_groupXaX_byXnameXX_timesX2X_capXa_bX, g_withSideEffectXa__marko_666_noone_blahX_V_groupXaX_byXnameX_byXoutE_label_foldX_capXaX
-
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_group_byXnameX
public Traversal<Vertex,Map<String,Collection<Vertex>>> get_g_V_group_byXnameX()
- Specified by:
get_g_V_group_byXnameX
in classGroupTest
-
get_g_V_group_byXageX
public Traversal<Vertex,Map<Integer,Collection<Vertex>>> get_g_V_group_byXageX()
- Specified by:
get_g_V_group_byXageX
in classGroupTest
-
get_g_V_group_byXnameX_by
public Traversal<Vertex,Map<String,Collection<Vertex>>> get_g_V_group_byXnameX_by()
- Specified by:
get_g_V_group_byXnameX_by
in classGroupTest
-
get_g_V_groupXaX_byXnameX_capXaX
public Traversal<Vertex,Map<String,Collection<Vertex>>> get_g_V_groupXaX_byXnameX_capXaX()
- Specified by:
get_g_V_groupXaX_byXnameX_capXaX
in classGroupTest
-
get_g_V_hasXlangX_groupXaX_byXlangX_byXnameX_out_capXaX
public Traversal<Vertex,Map<String,Collection<String>>> get_g_V_hasXlangX_groupXaX_byXlangX_byXnameX_out_capXaX()
- Specified by:
get_g_V_hasXlangX_groupXaX_byXlangX_byXnameX_out_capXaX
in classGroupTest
-
get_g_V_hasXlangX_group_byXlangX_byXcountX
public Traversal<Vertex,Map<String,Long>> get_g_V_hasXlangX_group_byXlangX_byXcountX()
- Specified by:
get_g_V_hasXlangX_group_byXlangX_byXcountX
in classGroupTest
-
get_g_V_repeatXout_groupXaX_byXnameX_byXcountX_timesX2X_capXaX
public Traversal<Vertex,Map<String,Long>> get_g_V_repeatXout_groupXaX_byXnameX_byXcountX_timesX2X_capXaX()
- Specified by:
get_g_V_repeatXout_groupXaX_byXnameX_byXcountX_timesX2X_capXaX
in classGroupTest
-
get_g_V_group_byXoutE_countX_byXnameX
public Traversal<Vertex,Map<Long,Collection<String>>> get_g_V_group_byXoutE_countX_byXnameX()
- Specified by:
get_g_V_group_byXoutE_countX_byXnameX
in classGroupTest
-
get_g_V_groupXaX_byXlabelX_byXoutE_weight_sumX_capXaX
public Traversal<Vertex,Map<String,Number>> get_g_V_groupXaX_byXlabelX_byXoutE_weight_sumX_capXaX()
- Specified by:
get_g_V_groupXaX_byXlabelX_byXoutE_weight_sumX_capXaX
in classGroupTest
-
get_g_V_repeatXbothXfollowedByXX_timesX2X_group_byXsongTypeX_byXcountX
public Traversal<Vertex,Map<String,Long>> get_g_V_repeatXbothXfollowedByXX_timesX2X_group_byXsongTypeX_byXcountX()
- Specified by:
get_g_V_repeatXbothXfollowedByXX_timesX2X_group_byXsongTypeX_byXcountX
in classGroupTest
-
get_g_V_repeatXbothXfollowedByXX_timesX2X_groupXaX_byXsongTypeX_byXcountX_capXaX
public Traversal<Vertex,Map<String,Long>> get_g_V_repeatXbothXfollowedByXX_timesX2X_groupXaX_byXsongTypeX_byXcountX_capXaX()
- Specified by:
get_g_V_repeatXbothXfollowedByXX_timesX2X_groupXaX_byXsongTypeX_byXcountX_capXaX
in classGroupTest
-
get_g_V_group_byXname_substring_1X_byXconstantX1XX
public Traversal<Vertex,Map<String,Long>> get_g_V_group_byXname_substring_1X_byXconstantX1XX()
- Specified by:
get_g_V_group_byXname_substring_1X_byXconstantX1XX
in classGroupTest
-
get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX
public Traversal<Vertex,Map<String,Long>> get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX()
- Specified by:
get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX
in classGroupTest
-
get_g_V_out_group_byXlabelX_selectXpersonX_unfold_outXcreatedX_name_limitX2X
public Traversal<Vertex,String> get_g_V_out_group_byXlabelX_selectXpersonX_unfold_outXcreatedX_name_limitX2X()
- Specified by:
get_g_V_out_group_byXlabelX_selectXpersonX_unfold_outXcreatedX_name_limitX2X
in classGroupTest
-
get_g_V_hasLabelXsongX_group_byXnameX_byXproperties_groupCount_byXlabelXX
public Traversal<Vertex,Map<String,Map<String,Long>>> get_g_V_hasLabelXsongX_group_byXnameX_byXproperties_groupCount_byXlabelXX()
- Specified by:
get_g_V_hasLabelXsongX_group_byXnameX_byXproperties_groupCount_byXlabelXX
in classGroupTest
-
get_g_V_hasLabelXsongX_groupXaX_byXnameX_byXproperties_groupCount_byXlabelXX_out_capXaX
public Traversal<Vertex,Map<String,Map<String,Long>>> get_g_V_hasLabelXsongX_groupXaX_byXnameX_byXproperties_groupCount_byXlabelXX_out_capXaX()
- Specified by:
get_g_V_hasLabelXsongX_groupXaX_byXnameX_byXproperties_groupCount_byXlabelXX_out_capXaX
in classGroupTest
-
get_g_V_repeatXunionXoutXknowsX_groupXaX_byXageX__outXcreatedX_groupXbX_byXnameX_byXcountXX_groupXaX_byXnameXX_timesX2X_capXa_bX
public Traversal<Vertex,Map<String,Map<Object,Object>>> get_g_V_repeatXunionXoutXknowsX_groupXaX_byXageX__outXcreatedX_groupXbX_byXnameX_byXcountXX_groupXaX_byXnameXX_timesX2X_capXa_bX()
-
get_g_V_group_byXbothE_countX_byXgroup_byXlabelXX
public Traversal<Vertex,Map<Long,Map<String,List<Vertex>>>> get_g_V_group_byXbothE_countX_byXgroup_byXlabelXX()
- Specified by:
get_g_V_group_byXbothE_countX_byXgroup_byXlabelXX
in classGroupTest
-
get_g_V_outXfollowedByX_group_byXsongTypeX_byXbothE_group_byXlabelX_byXweight_sumXX
public Traversal<Vertex,Map<String,Map<String,Number>>> get_g_V_outXfollowedByX_group_byXsongTypeX_byXbothE_group_byXlabelX_byXweight_sumXX()
- Specified by:
get_g_V_outXfollowedByX_group_byXsongTypeX_byXbothE_group_byXlabelX_byXweight_sumXX
in classGroupTest
-
get_g_V_groupXmX_byXnameX_byXinXknowsX_nameX_capXmX
public Traversal<Vertex,Map<String,String>> get_g_V_groupXmX_byXnameX_byXinXknowsX_nameX_capXmX()
- Specified by:
get_g_V_groupXmX_byXnameX_byXinXknowsX_nameX_capXmX
in classGroupTest
-
get_g_V_group_byXlabelX_byXbothE_groupXaX_byXlabelX_byXweight_sumX_weight_sumX
public Traversal<Vertex,Map<String,Number>> get_g_V_group_byXlabelX_byXbothE_groupXaX_byXlabelX_byXweight_sumX_weight_sumX()
- Specified by:
get_g_V_group_byXlabelX_byXbothE_groupXaX_byXlabelX_byXweight_sumX_weight_sumX
in classGroupTest
-
get_g_withSideEffectXa__marko_666_noone_blahX_V_groupXaX_byXnameX_byXoutE_label_foldX_capXaX
public Traversal<Vertex,Map<String,List<Object>>> get_g_withSideEffectXa__marko_666_noone_blahX_V_groupXaX_byXnameX_byXoutE_label_foldX_capXaX(Map<String,List<Object>> m)
-
get_g_V_hasLabelXpersonX_asXpX_outXcreatedX_group_byXnameX_byXselectXpX_valuesXageX_sumX
public Traversal<Vertex,Map<String,Number>> get_g_V_hasLabelXpersonX_asXpX_outXcreatedX_group_byXnameX_byXselectXpX_valuesXageX_sumX()
-
get_g_V_group_byXlabelX_byXlabel_countX
public Traversal<Vertex,Map<String,Long>> get_g_V_group_byXlabelX_byXlabel_countX()
- Specified by:
get_g_V_group_byXlabelX_byXlabel_countX
in classGroupTest
-
-