edu.cmu.aura.service
Class PQResult

java.lang.Object
  |
  +--edu.cmu.aura.service.PQResult

public class PQResult
extends java.lang.Object


Constructor Summary
PQResult(QueryClient client, QueryResult result, PQResultSource source, int queryID)
           
 
Method Summary
 QueryClient getClient()
           
 int getQueryID()
           
 QueryResult getResult()
           
 PQResultSource getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PQResult

public PQResult(QueryClient client,
                QueryResult result,
                PQResultSource source,
                int queryID)
Method Detail

getClient

public QueryClient getClient()

getResult

public QueryResult getResult()

getSource

public PQResultSource getSource()

getQueryID

public int getQueryID()