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.ComplexTestComplexTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method SummaryAll 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.ComplexTestageComments, allShortestPaths, classicRecommendation, coworkerSummary, coworkerSummaryOLTP, playlistPaths
 - 
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- 
getClassicRecommendationpublic Traversal<Vertex,String> getClassicRecommendation() - Specified by:
- getClassicRecommendationin class- ComplexTest
 
 - 
getCoworkerSummarypublic Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummary() - Specified by:
- getCoworkerSummaryin class- ComplexTest
 
 - 
getCoworkerSummaryOLTPpublic Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummaryOLTP() - Specified by:
- getCoworkerSummaryOLTPin class- ComplexTest
 
 - 
getAllShortestPathspublic Traversal<Vertex,List<Object>> getAllShortestPaths() - Specified by:
- getAllShortestPathsin class- ComplexTest
 
 - 
getPlaylistPathspublic Traversal<Vertex,Map<String,List<String>>> getPlaylistPaths() - Specified by:
- getPlaylistPathsin class- ComplexTest
 
 - 
getAgeCommentspublic Traversal<Vertex,Map<String,List<String>>> getAgeComments() - Specified by:
- getAgeCommentsin class- ComplexTest
 
 
- 
 
-