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 Summary
Nested Classes Modifier and Type Class Description static classComplexTest.Traversals 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ComplexTest() 
- 
Method Summary
All 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.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, 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
- 
getCoworkerSummary
public abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummary()
 
- 
getCoworkerSummaryOLTP
public abstract Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummaryOLTP()
 
- 
classicRecommendation
public void classicRecommendation()
 
- 
coworkerSummary
public void coworkerSummary()
 
- 
coworkerSummaryOLTP
public void coworkerSummaryOLTP()
 
- 
allShortestPaths
public void allShortestPaths()
 
- 
playlistPaths
public void playlistPaths()
 
- 
ageComments
public void ageComments()
 
 - 
 
 -