anl.aida.query
Class QueryRunner

java.lang.Object
  extended by anl.aida.query.QueryRunner

public class QueryRunner
extends java.lang.Object

Runs queries over a cache.

Author:
Nick Collier

Constructor Summary
QueryRunner()
           
 
Method Summary
 void run(java.lang.String query, Cache cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRunner

public QueryRunner()
Method Detail

run

public void run(java.lang.String query,
                Cache cache)
         throws ParseException
Throws:
ParseException