QueryProcessor
Class Query

java.lang.Object
  extended by QueryProcessor.Query
Direct Known Subclasses:
QuerySF, QuerySkyline

public abstract class Query
extends java.lang.Object

Abstract class representing a generic query.


Field Summary
protected  Image q
          The query image
 
Constructor Summary
Query(Image q)
          Basic constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

q

protected Image q
The query image

Constructor Detail

Query

public Query(Image q)
Basic constructor.

Parameters:
q - Query image.