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.UnionTestUnionTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTestg_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.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, 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_namepublic Traversal<Vertex,String> get_g_V_unionXout__inX_name() - Specified by:
- get_g_V_unionXout__inX_namein class- UnionTest
 
 - 
get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_namepublic Traversal<Vertex,String> get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name(Object v1Id) - Specified by:
- get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_namein class- UnionTest
 
 - 
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelXpublic 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_labelXin class- UnionTest
 
 - 
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCountpublic 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_groupCountin class- UnionTest
 
 - 
get_g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCountpublic 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_sumXpublic 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_sumXin class- UnionTest
 
 - 
get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXXpublic 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_sumXXin class- UnionTest
 
 
- 
 
-