Package uk.ac.starlink.ttools.task
Interface SingleTableMapping
-
- All Known Implementing Classes:
Match1Mapping
public interface SingleTableMappingInterface that defines mapping one table to another.- Since:
- 16 Nov 2007
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description uk.ac.starlink.table.StarTablemap(uk.ac.starlink.table.StarTable table)Converts an input table to an output table.
-
-
-
Method Detail
-
map
uk.ac.starlink.table.StarTable map(uk.ac.starlink.table.StarTable table) throws java.io.IOException, uk.ac.starlink.task.TaskExceptionConverts an input table to an output table.- Parameters:
table- input table- Returns:
- output table
- Throws:
java.io.IOExceptionuk.ac.starlink.task.TaskException
-
-