TissueInfo API 20091124110011

edu.mssm.crover.tables
Class IdentifierSetRowFilter

java.lang.Object
  extended by edu.mssm.crover.tables.RowFilter
      extended by edu.mssm.crover.tables.IdentifierSetRowFilter

public class IdentifierSetRowFilter
extends RowFilter

Filter rows based on the value in an 'identifier' column. A set of acceptable values is provided.

Author:
campagne Date: Feb 28, 2006 Time: 1:53:26 PM

Constructor Summary
IdentifierSetRowFilter(Set<String> idSet, int idColumnIndex)
           
 
Method Summary
 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

IdentifierSetRowFilter

public IdentifierSetRowFilter(Set<String> idSet,
                              int idColumnIndex)
Method Detail

accept

public boolean accept(Table table,
                      Table.RowIterator ri)
Description copied from class: RowFilter
Determine if a row should be kept by the filtering process. The default implementation accepts any row.

Specified by:
accept in class RowFilter
Returns:
True if the row should be kept by the filter. False otherwise.

TissueInfo API 20091124110011

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