uk.ac.starlink.ttools.task
Interface SingleTableMapping

All Known Implementing Classes:
Match1Mapping

public interface SingleTableMapping

Interface that defines mapping one table to another.

Since:
16 Nov 2007
Author:
Mark Taylor

Method Summary
 StarTable map(StarTable table)
          Converts an input table to an output table.
 

Method Detail

map

StarTable map(StarTable table)
              throws IOException,
                     TaskException
Converts an input table to an output table.

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


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