de.uni.leipzig.IR15.Benchmark.orientdb
Class Query2_LowL_Benchmark

java.lang.Object
  extended by de.uni.leipzig.IR15.Benchmark.Benchmark
      extended by de.uni.leipzig.IR15.Benchmark.orientdb.OrientDBBenchmark
          extended by de.uni.leipzig.IR15.Benchmark.orientdb.Query2_LowL_Benchmark

public class Query2_LowL_Benchmark
extends OrientDBBenchmark

Query 2 selects all sentence co-occurrences of sentence co-occurrences (co_s) of a given word.

Author:
Sascha 'peil' Ludwig

Constructor Summary
Query2_LowL_Benchmark()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the benchmark.
 void run()
          Fetches all neighbors of neighbors of a given start node.
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.orientdb.OrientDBBenchmark
afterRun, beforeRun, findMaxWordID, 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

Query2_LowL_Benchmark

public Query2_LowL_Benchmark()
Method Detail

run

public void run()
Fetches all neighbors of neighbors of a given start node.

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