de.uni.leipzig.IR15.Benchmark.orientdb
Class Query1_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.Query1_LowL_Benchmark

public class Query1_LowL_Benchmark
extends OrientDBBenchmark

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

Author:
sascha

Constructor Summary
Query1_LowL_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.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

Query1_LowL_Benchmark

public Query1_LowL_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