net.shrine.monitor.scanner
Class QueryDefIterator

java.lang.Object
  extended by net.shrine.monitor.scanner.QueryDefIterator
All Implemented Interfaces:
Iterator<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType>
Direct Known Subclasses:
AdapterMappingsIterator, FlatFileIterator, OntologyCellIterator, SavedQueryIterator

public abstract class QueryDefIterator
extends Object
implements Iterator<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType>

Author:
Andrew McMurry, MS

With primary support from Children's Hospital Informatics Program @ Harvard-MIT Health Sciences and Technology and

Secondary support from the Harvard Medical School Center for BioMedical Informatics

PHD candidate, Boston University Bioinformatics Member, I2b2 National Center for Biomedical Computing

All works licensed under LGPL

User: andy Date: Oct 19, 2010 Time: 1:11:25 PM


Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
QueryDefIterator()
           
 
Method Summary
 List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> all()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Field Detail

log

public static final org.apache.log4j.Logger log
Constructor Detail

QueryDefIterator

public QueryDefIterator()
Method Detail

all

public List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> all()

remove

public void remove()
Specified by:
remove in interface Iterator<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType>


Copyright © 2011. All Rights Reserved.