Class ComplexTest.Traversals
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
 - 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.ComplexTest
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.ComplexTest.Traversals
 
 
 
 
 
- 
- Enclosing class:
 - ComplexTest
 
public static class ComplexTest.Traversals extends ComplexTest
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.ComplexTest
ComplexTest.Traversals 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Traversals() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal<Vertex,Map<String,List<String>>>getAgeComments()Traversal<Vertex,List<Object>>getAllShortestPaths()Traversal<Vertex,String>getClassicRecommendation()Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>>getCoworkerSummary()Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>>getCoworkerSummaryOLTP()Traversal<Vertex,Map<String,List<String>>>getPlaylistPaths()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.ComplexTest
ageComments, allShortestPaths, classicRecommendation, coworkerSummary, coworkerSummaryOLTP, playlistPaths 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getClassicRecommendation
public Traversal<Vertex,String> getClassicRecommendation()
- Specified by:
 getClassicRecommendationin classComplexTest
 
- 
getCoworkerSummary
public Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummary()
- Specified by:
 getCoworkerSummaryin classComplexTest
 
- 
getCoworkerSummaryOLTP
public Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummaryOLTP()
- Specified by:
 getCoworkerSummaryOLTPin classComplexTest
 
- 
getAllShortestPaths
public Traversal<Vertex,List<Object>> getAllShortestPaths()
- Specified by:
 getAllShortestPathsin classComplexTest
 
- 
getPlaylistPaths
public Traversal<Vertex,Map<String,List<String>>> getPlaylistPaths()
- Specified by:
 getPlaylistPathsin classComplexTest
 
- 
getAgeComments
public Traversal<Vertex,Map<String,List<String>>> getAgeComments()
- Specified by:
 getAgeCommentsin classComplexTest
 
 - 
 
 -