com.raritantechnologies.searchApp.query
Class QueryList

java.lang.Object
  extended bycom.raritantechnologies.searchApp.query.QueryList
All Implemented Interfaces:
IQueryList

public class QueryList
extends java.lang.Object
implements IQueryList

Basic implementation if IQueryList. Maintains a list of queries in the form of OrderedMap objects.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
QueryList()
           
 
Method Summary
 void addQuery(OrderedMap query)
           
 OrderedMap getQuery(int index)
           
 int size()
          returns the number of queries in the queryList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryList

public QueryList()
Method Detail

size

public int size()
Description copied from interface: IQueryList
returns the number of queries in the queryList

Specified by:
size in interface IQueryList

getQuery

public OrderedMap getQuery(int index)
Specified by:
getQuery in interface IQueryList

addQuery

public void addQuery(OrderedMap query)
Specified by:
addQuery in interface IQueryList