Package uk.ac.starlink.ttools.filter
Interface ProcessingStep
- All Known Implementing Classes:
CacheFilter
,CheckFilter
,FixNamesFilter
,ProgressFilter
,RandomFilter
,RandomViewFilter
,SequentialViewFilter
public interface ProcessingStep
Represents one step of a table processing pipeline.
- Since:
- 3 Mar 2005
- Author:
- Mark Taylor (Starlink)
-
Method Summary
Modifier and TypeMethodDescriptionuk.ac.starlink.table.StarTable
wrap
(uk.ac.starlink.table.StarTable base) Performs a table filtering step.
-
Method Details
-
wrap
Performs a table filtering step.- Parameters:
base
- input table- Returns:
- output table
- Throws:
IOException
-