de.uni.leipzig.IR15.Benchmark.dex
Class Query1_Benchmark

java.lang.Object
  extended by de.uni.leipzig.IR15.Benchmark.Benchmark
      extended by de.uni.leipzig.IR15.Benchmark.dex.DEXBenchmark
          extended by de.uni.leipzig.IR15.Benchmark.dex.Query1_Benchmark

public class Query1_Benchmark
extends DEXBenchmark

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

Author:
robbl

Constructor Summary
Query1_Benchmark()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the benchmark.
 void run()
          Iterates over all neighbors to a given start node and gets their w_id.
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.dex.DEXBenchmark
afterRun, beforeRun, findMaxWordID, getRandomNode, 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_Benchmark

public Query1_Benchmark()
Method Detail

run

public void run()
Iterates over all neighbors to a given start node and gets their w_id.

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