uk.ac.starlink.ttools.filter
Interface ProcessingStep

All Known Implementing Classes:
CacheFilter, CheckFilter, ProgressFilter, RandomFilter, SequentialFilter

public interface ProcessingStep

Represents one step of a table processing pipeline.

Since:
3 Mar 2005
Author:
Mark Taylor (Starlink)

Method Summary
 uk.ac.starlink.table.StarTable wrap(uk.ac.starlink.table.StarTable base)
          Performs a table filtering step.
 

Method Detail

wrap

uk.ac.starlink.table.StarTable wrap(uk.ac.starlink.table.StarTable base)
                                    throws IOException
Performs a table filtering step.

Parameters:
base - input table
Returns:
output table
Throws:
IOException


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.