public abstract class UnionTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
UnionTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
UnionTest() |
checkMap, checkResults, checkResults, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, isComputerTest, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,String> get_g_VX1X_unionXrepeatXoutX_timesX2X__outX_name(Object v1Id)
public abstract Traversal<Vertex,String> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX()
public abstract Traversal<Vertex,Map<String,Long>> get_g_V_chooseXlabel_is_person__unionX__out_lang__out_nameX__in_labelX_groupCount()
public abstract Traversal<Vertex,Map<String,Long>> get_g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount()
public abstract Traversal<Vertex,Number> get_g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX(Object v1Id, Object v2Id)
public void g_V_unionXout__inX_name()
public void g_VX1X_unionXrepeatXoutX_timesX2X__outX_name()
public void g_V_chooseXlabel_eq_person__unionX__out_lang__out_nameX__in_labelX()
public void g_V_chooseXlabel_eq_person__unionX__out_lang__out_nameX__in_labelX_groupCount()
public void g_V_unionXrepeatXunionXoutXcreatedX__inXcreatedXX_timesX2X__repeatXunionXinXcreatedX__outXcreatedXX_timesX2XX_label_groupCount()
public void g_VX1_2X_unionXoutE_count__inE_count__outE_weight_sumX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.