TissueInfo API 20091124110011

edu.mssm.crover.tables
Class RowFilter

java.lang.Object
  extended by edu.mssm.crover.tables.RowFilter
Direct Known Subclasses:
AcceptAllRowFilter, IdentifierSetRowFilter

public abstract class RowFilter
extends Object

Author:
Fabien Campagne Date: Feb 28, 2006 Time: 1:27:58 PM

Constructor Summary
RowFilter()
           
 
Method Summary
abstract  boolean accept(Table table, Table.RowIterator ri)
          Determine if a row should be kept by the filtering process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowFilter

public RowFilter()
Method Detail

accept

public abstract boolean accept(Table table,
                               Table.RowIterator ri)
                        throws TypeMismatchException,
                               InvalidColumnException
Determine if a row should be kept by the filtering process. The default implementation accepts any row.

Parameters:
ri -
Returns:
True if the row should be kept by the filter. False otherwise.
Throws:
TypeMismatchException
InvalidColumnException

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.