public abstract class DedupTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
DedupTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
DedupTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_both_both_dedup_byXlabelX() |
void |
g_V_both_both_dedup() |
void |
g_V_both_both_name_dedup() |
void |
g_V_both_dedup_name() |
void |
g_V_both_hasXlabel_softwareX_dedup_byXlangX_name() |
void |
g_V_both_name_orderXa_bX_dedup() |
void |
g_V_group_byXlabelX_byXbothE_valuesXweightX_foldX_byXdedupXlocalXX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_both_both_dedup_byXlabelX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_both_both_dedup() |
abstract Traversal<Vertex,String> |
get_g_V_both_both_name_dedup() |
abstract Traversal<Vertex,String> |
get_g_V_both_dedup_name() |
abstract Traversal<Vertex,String> |
get_g_V_both_hasXlabel_softwareX_dedup_byXlangX_name() |
abstract Traversal<Vertex,String> |
get_g_V_both_name_orderXa_bX_dedup() |
abstract Traversal<Vertex,Map<String,Set<Double>>> |
get_g_V_group_byXlabelX_byXbothE_valuesXweightX_foldX_byXdedupXlocalXX() |
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_V_both_hasXlabel_softwareX_dedup_byXlangX_name()
public abstract Traversal<Vertex,String> get_g_V_both_name_orderXa_bX_dedup()
public abstract Traversal<Vertex,String> get_g_V_both_both_name_dedup()
public abstract Traversal<Vertex,Vertex> get_g_V_both_both_dedup_byXlabelX()
public abstract Traversal<Vertex,Map<String,Set<Double>>> get_g_V_group_byXlabelX_byXbothE_valuesXweightX_foldX_byXdedupXlocalXX()
public void g_V_both_dedup_name()
public void g_V_both_hasXlabel_softwareX_dedup_byXlangX_name()
public void g_V_both_name_orderXa_bX_dedup()
public void g_V_both_both_name_dedup()
public void g_V_both_both_dedup()
public void g_V_both_both_dedup_byXlabelX()
public void g_V_group_byXlabelX_byXbothE_valuesXweightX_foldX_byXdedupXlocalXX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.