public abstract class MapTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
MapTest.Traversals |
config, g, graph, graphComputerClass, graphProvider, name
Constructor and Description |
---|
MapTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_V_asXaX_out_mapXa_nameX() |
void |
g_V_asXaX_out_out_mapXa_name_it_nameX() |
void |
g_V_mapXselectXaXX()
TINKERPOP3-782
|
void |
g_VX1X_mapXnameX() |
void |
g_VX1X_out_mapXnameX_mapXlengthX() |
void |
g_VX1X_outE_label_mapXlengthX() |
abstract Traversal<Vertex,Vertex> |
get_g_V_mapXselectXaXX() |
abstract Traversal<Vertex,String> |
get_g_VX1X_mapXnameX(Object v1Id) |
abstract Traversal<Vertex,Integer> |
get_g_VX1X_out_mapXnameX_mapXlengthX(Object v1Id) |
abstract Traversal<Vertex,Integer> |
get_g_VX1X_outE_label_mapXlengthX(Object v1Id) |
abstract Traversal<Vertex,String> |
get_g_withPath_V_asXaX_out_mapXa_nameX() |
abstract Traversal<Vertex,String> |
get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameX() |
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,Integer> get_g_VX1X_outE_label_mapXlengthX(Object v1Id)
public abstract Traversal<Vertex,Integer> get_g_VX1X_out_mapXnameX_mapXlengthX(Object v1Id)
public abstract Traversal<Vertex,String> get_g_withPath_V_asXaX_out_mapXa_nameX()
public abstract Traversal<Vertex,String> get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameX()
public void g_VX1X_mapXnameX()
public void g_VX1X_outE_label_mapXlengthX()
public void g_VX1X_out_mapXnameX_mapXlengthX()
public void g_V_asXaX_out_mapXa_nameX()
public void g_V_asXaX_out_out_mapXa_name_it_nameX()
public void g_V_mapXselectXaXX()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.