Class ComplexTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.ComplexTest
 
 
 
- 
- Direct Known Subclasses:
- ComplexTest.Traversals
 
 public abstract class ComplexTest extends AbstractGremlinProcessTest - Author:
- Marko A. Rodriguez (http://markorodriguez.com), Daniel Kuppitz (http://gremlin.guru)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classComplexTest.Traversals
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description ComplexTest()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidageComments()voidallShortestPaths()voidclassicRecommendation()voidcoworkerSummary()voidcoworkerSummaryOLTP()abstract Traversal<Vertex,Map<String,List<String>>>getAgeComments()abstract Traversal<Vertex,List<Object>>getAllShortestPaths()abstract Traversal<Vertex,String>getClassicRecommendation()abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>>getCoworkerSummary()abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>>getCoworkerSummaryOLTP()abstract Traversal<Vertex,Map<String,List<String>>>getPlaylistPaths()voidplaylistPaths()- 
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- 
getCoworkerSummarypublic abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummary() 
 - 
getCoworkerSummaryOLTPpublic abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummaryOLTP() 
 - 
classicRecommendationpublic void classicRecommendation() 
 - 
coworkerSummarypublic void coworkerSummary() 
 - 
coworkerSummaryOLTPpublic void coworkerSummaryOLTP() 
 - 
allShortestPathspublic void allShortestPaths() 
 - 
playlistPathspublic void playlistPaths() 
 - 
ageCommentspublic void ageComments() 
 
- 
 
-