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