baseCode.dataFilter
Class AbstractFilter

java.lang.Object
  extended bybaseCode.dataFilter.AbstractFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AbstractLevelFilter, AffymetrixProbeNameFilter, RowAbsentFilter, RowAffyNameFilter, RowMissingFilter, RowNameFilter

public abstract class AbstractFilter
extends java.lang.Object
implements Filter

Base implementation of the filter class. Subclasses must implement the filter() method.

Copyright (c) 2004 Columbia University

Version:
$Id: AbstractFilter.java,v 1.11 2004/07/27 03:18:58 pavlidis Exp $
Author:
Paul Pavlidis

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
AbstractFilter()
           
 
Method Summary
protected  NamedMatrix getOutputMatrix(NamedMatrix data, int numRows, int numCols)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface baseCode.dataFilter.Filter
filter
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

getOutputMatrix

protected NamedMatrix getOutputMatrix(NamedMatrix data,
                                      int numRows,
                                      int numCols)


Copyright © 2003-2005 Columbia University. All Rights Reserved.