uk.ac.starlink.ttools
Interface ProcessingStep

All Known Implementing Classes:
CacheFilter, RandomFilter, SequentialFilter

public interface ProcessingStep

Represents one step of a table processing pipeline.

Since:
3 Mar 2005

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

Method Detail

wrap

public StarTable wrap(StarTable base)
               throws IOException
Performs a table filtering step.

Parameters:
base - input table
Returns:
output table
IOException

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.