edu.mssm.crover.tables
Class RowFilter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowFilter
public RowFilter()
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
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.