edu.lehigh.swat.hawk.storage.ontper.simpledb
Class Query

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.Query
      extended by edu.lehigh.swat.hawk.storage.simpledb.Query
          extended by edu.lehigh.swat.hawk.storage.ontper.simpledb.Query

public class Query
extends Query


Constructor Summary
Query()
           
 
Method Summary
 DocId getPerspective()
          Get the id of the perspective ontology.
 void setPerspective(DocId pid)
          Set the perspective ontology's id.
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simpledb.Query
addConjunct, getAtoms, StringToQuery, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query()
Method Detail

setPerspective

public void setPerspective(DocId pid)
Set the perspective ontology's id.

Overrides:
setPerspective in class Query

getPerspective

public DocId getPerspective()
Get the id of the perspective ontology.

Overrides:
getPerspective in class Query