de.uni.leipzig.IR15.Benchmark.neo4j
Class Query3_Native_Benchmark

java.lang.Object
  extended by de.uni.leipzig.IR15.Benchmark.Benchmark
      extended by de.uni.leipzig.IR15.Benchmark.neo4j.Neo4jBenchmark
          extended by de.uni.leipzig.IR15.Benchmark.neo4j.Query3_Native_Benchmark

public class Query3_Native_Benchmark
extends Neo4jBenchmark

Traverser collects all paths starting at A which have the following pattern A-[CO_S]->B-[CO_S]->C<-[CO_S]-A. The relevant edges are the ones between B and C, they are excluded from the results after the traversal.

Author:
Martin 's1ck' Junghanns

Constructor Summary
Query3_Native_Benchmark()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the benchmark.
 void run()
          This method runs the benchmark
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.neo4j.Neo4jBenchmark
afterRun, beforeRun, setUp, tearDown, warmup
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.Benchmark
getCurrentRun, getResults, getRuns, setCurrentRun, setRuns
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query3_Native_Benchmark

public Query3_Native_Benchmark()
Method Detail

run

public void run()
Description copied from class: Benchmark
This method runs the benchmark

Specified by:
run in class Benchmark

getName

public java.lang.String getName()
Returns the name of the benchmark.

Specified by:
getName in class Benchmark
Returns:
name of the benchmark