edu.mssm.crover.tables
Class AcceptAllColumnsFilter
java.lang.Object
edu.mssm.crover.tables.ColumnFilter
edu.mssm.crover.tables.AcceptAllColumnsFilter
public class AcceptAllColumnsFilter
- extends ColumnFilter
- Author:
- Fabien Campagne
Date: Jul 9, 2008
Time: 11:25:55 AM
|
Method Summary |
boolean |
accept(Table table,
String columnIdentifer)
Determine if a column 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 |
AcceptAllColumnsFilter
public AcceptAllColumnsFilter()
accept
public boolean accept(Table table,
String columnIdentifer)
- Description copied from class:
ColumnFilter
- Determine if a column should be kept by the filtering process. The default
implementation accepts any column.
- Specified by:
accept in class ColumnFilter
- Returns:
- True if the row should be kept by the filter. False otherwise.
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.