Class UnionTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTest
UnionTest.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.branch.UnionTest
g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX, g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount, g_V_unionXout__inX_name, g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount, g_VX1_2X_localXunionXcountXX, g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX, g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX, g_VX1X_unionXrepeatXoutX_timesX2X__outX_name
-
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_unionXout__inX_name
public Traversal<Vertex,String> get_g_V_unionXout__inX_name()
- Specified by:
get_g_V_unionXout__inX_name
in classUnionTest
-
get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name
public Traversal<Vertex,String> get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name(Object v1Id)
- Specified by:
get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name
in classUnionTest
-
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX
public Traversal<Vertex,String> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX()
- Specified by:
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX
in classUnionTest
-
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount
public Traversal<Vertex,Map<String,Long>> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount()
- Specified by:
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount
in classUnionTest
-
get_g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount
public Traversal<Vertex,Map<String,Long>> get_g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount()
-
get_g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX
public Traversal<Vertex,Number> get_g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX(Object v1Id, Object v2Id)
- Specified by:
get_g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX
in classUnionTest
-
get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX
public Traversal<Vertex,Number> get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX(Object v1Id, Object v2Id)
- Specified by:
get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX
in classUnionTest
-
-