de.uni.leipzig.IR15.Benchmark.dex
Class Query2_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.Query2_Benchmark

public class Query2_Benchmark
extends DEXBenchmark

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

Author:
Robert 'robbl' Schulze

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

Query2_Benchmark

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