TissueInfo API 20091124110011

edu.mssm.crover.tables
Class AcceptAllRowFilter

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

public class AcceptAllRowFilter
extends RowFilter

Author:
campagne Date: Feb 28, 2006 Time: 1:52:04 PM

Constructor Summary
AcceptAllRowFilter()
           
 
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

AcceptAllRowFilter

public AcceptAllRowFilter()
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.