Class ShortestPathTest.Traversals
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ShortestPathTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ShortestPathTest.Traversals
 
 
 
 
- 
- Enclosing class:
- ShortestPathTest
 
 public static class ShortestPathTest.Traversals extends ShortestPathTest 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ShortestPathTestShortestPathTest.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.map.ShortestPathTestg_V_both_dedup_shortestPath, g_V_hasXname_danielX_shortestPath_targetXhasXname_stephenXX_edgesXbothEXusesXX, g_V_hasXname_markoX_shortestPath, g_V_hasXname_markoX_shortestPath_maxDistanceX1X, g_V_hasXname_markoX_shortestPath_targetXhasLabelXsoftwareXX, g_V_hasXname_markoX_shortestPath_targetXhasXname_joshXX_distanceXweightX, g_V_hasXname_vadasX_shortestPath_distanceXweightX_maxDistanceX1_3X, g_V_hasXsong_name_MIGHT_AS_WELLX_shortestPath_targetXhasXsong_name_MAYBE_YOU_KNOW_HOW_I_FEELXX_edgesXoutEXfollowedByXX_distanceXweightX, g_V_shortestPath, g_V_shortestPath_directionXINX, g_V_shortestPath_edgesIncluded, g_V_shortestPath_edgesIncluded_edgesXoutEX, g_V_shortestPath_edgesXoutEX, g_V_shortestPath_targetXhasXname_markoXX, g_V_shortestPath_targetXvaluesXnameX_isXmarkoXX, initializeHelper
 - 
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_shortestPathpublic Traversal<Vertex,Path> get_g_V_shortestPath() - Specified by:
- get_g_V_shortestPathin class- ShortestPathTest
 
 - 
get_g_V_both_dedup_shortestPathpublic Traversal<Vertex,Path> get_g_V_both_dedup_shortestPath() - Specified by:
- get_g_V_both_dedup_shortestPathin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_edgesIncludedpublic Traversal<Vertex,Path> get_g_V_shortestPath_edgesIncluded() - Specified by:
- get_g_V_shortestPath_edgesIncludedin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_directionXINXpublic Traversal<Vertex,Path> get_g_V_shortestPath_directionXINX() - Specified by:
- get_g_V_shortestPath_directionXINXin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_edgesXoutEXpublic Traversal<Vertex,Path> get_g_V_shortestPath_edgesXoutEX() - Specified by:
- get_g_V_shortestPath_edgesXoutEXin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_edgesIncluded_edgesXoutEXpublic Traversal<Vertex,Path> get_g_V_shortestPath_edgesIncluded_edgesXoutEX() - Specified by:
- get_g_V_shortestPath_edgesIncluded_edgesXoutEXin class- ShortestPathTest
 
 - 
get_g_V_hasXname_markoX_shortestPathpublic Traversal<Vertex,Path> get_g_V_hasXname_markoX_shortestPath() - Specified by:
- get_g_V_hasXname_markoX_shortestPathin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_targetXhasXname_markoXXpublic Traversal<Vertex,Path> get_g_V_shortestPath_targetXhasXname_markoXX() - Specified by:
- get_g_V_shortestPath_targetXhasXname_markoXXin class- ShortestPathTest
 
 - 
get_g_V_shortestPath_targetXvaluesXnameX_isXmarkoXXpublic Traversal<Vertex,Path> get_g_V_shortestPath_targetXvaluesXnameX_isXmarkoXX() - Specified by:
- get_g_V_shortestPath_targetXvaluesXnameX_isXmarkoXXin class- ShortestPathTest
 
 - 
get_g_V_hasXname_markoX_shortestPath_targetXhasLabelXsoftwareXXpublic Traversal<Vertex,Path> get_g_V_hasXname_markoX_shortestPath_targetXhasLabelXsoftwareXX() - Specified by:
- get_g_V_hasXname_markoX_shortestPath_targetXhasLabelXsoftwareXXin class- ShortestPathTest
 
 - 
get_g_V_hasXname_markoX_shortestPath_targetXhasXname_joshXX_distanceXweightXpublic Traversal<Vertex,Path> get_g_V_hasXname_markoX_shortestPath_targetXhasXname_joshXX_distanceXweightX() - Specified by:
- get_g_V_hasXname_markoX_shortestPath_targetXhasXname_joshXX_distanceXweightXin class- ShortestPathTest
 
 - 
get_g_V_hasXname_danielX_shortestPath_targetXhasXname_stephenXX_edgesXbothEXusesXXpublic Traversal<Vertex,Path> get_g_V_hasXname_danielX_shortestPath_targetXhasXname_stephenXX_edgesXbothEXusesXX() 
 - 
get_g_V_hasXsong_name_MIGHT_AS_WELLX_shortestPath_targetXhasXsong_name_MAYBE_YOU_KNOW_HOW_I_FEELXX_edgesXoutEXfollowedByXX_distanceXweightXpublic Traversal<Vertex,Path> get_g_V_hasXsong_name_MIGHT_AS_WELLX_shortestPath_targetXhasXsong_name_MAYBE_YOU_KNOW_HOW_I_FEELXX_edgesXoutEXfollowedByXX_distanceXweightX() 
 - 
get_g_V_hasXname_markoX_shortestPath_maxDistanceX1Xpublic Traversal<Vertex,Path> get_g_V_hasXname_markoX_shortestPath_maxDistanceX1X() - Specified by:
- get_g_V_hasXname_markoX_shortestPath_maxDistanceX1Xin class- ShortestPathTest
 
 - 
get_g_V_hasXname_vadasX_shortestPath_distanceXweightX_maxDistanceX1_3Xpublic Traversal<Vertex,Path> get_g_V_hasXname_vadasX_shortestPath_distanceXweightX_maxDistanceX1_3X() - Specified by:
- get_g_V_hasXname_vadasX_shortestPath_distanceXweightX_maxDistanceX1_3Xin class- ShortestPathTest
 
 
- 
 
-