Class UnionTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionTest
 
 
 
- 
- Direct Known Subclasses:
- UnionTest.Traversals
 
 public abstract class UnionTest extends AbstractGremlinProcessTest - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUnionTest.Traversals
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description UnionTest()
 - 
Method Summary- 
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_VX1X_unionXrepeatXoutX_timesX2X__outX_namepublic abstract Traversal<Vertex,String> get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name(Object v1Id) 
 - 
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelXpublic abstract Traversal<Vertex,String> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX() 
 - 
get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCountpublic abstract Traversal<Vertex,Map<String,Long>> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount() 
 - 
get_g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCountpublic abstract 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 abstract Traversal<Vertex,Number> get_g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX(Object v1Id, Object v2Id) 
 - 
get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXXpublic abstract Traversal<Vertex,Number> get_g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX(Object v1Id, Object v2Id) 
 - 
get_g_VX1_2X_localXunionXcountXXpublic abstract Traversal<Vertex,Number> get_g_VX1_2X_localXunionXcountXX(Object v1Id, Object v2Id) 
 - 
g_V_unionXout__inX_namepublic void g_V_unionXout__inX_name() 
 - 
g_VX1X_unionXrepeatXoutX_timesX2X__outX_namepublic void g_VX1X_unionXrepeatXoutX_timesX2X__outX_name() 
 - 
g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelXpublic void g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX() 
 - 
g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCountpublic void g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount() 
 - 
g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCountpublic void g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount() 
 - 
g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXXpublic void g_VX1_2X_localXunionXoutE_count__inE_count__outE_weight_sumXX() 
 - 
g_VX1_2X_localXunionXcountXXpublic void g_VX1_2X_localXunionXcountXX() 
 - 
g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumXpublic void g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX() 
 
- 
 
-