Package uk.ac.starlink.ttools.task
Class TableMatch1
- java.lang.Object
-
- uk.ac.starlink.ttools.task.ConsumerTask
-
- uk.ac.starlink.ttools.task.SingleMapperTask
-
- uk.ac.starlink.ttools.task.TableMatch1
-
- All Implemented Interfaces:
uk.ac.starlink.task.Task
public class TableMatch1 extends SingleMapperTask
Performs an internal (single-table) crossmatch.- Since:
- 16 Nov 2007
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description TableMatch1()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableProducer
createProducer(uk.ac.starlink.task.Environment env)
Returns an object which can produce the effective output table which will be consumed by this task.-
Methods inherited from class uk.ac.starlink.ttools.task.SingleMapperTask
createInputProducer
-
Methods inherited from class uk.ac.starlink.ttools.task.ConsumerTask
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
-
-
-
-
Method Detail
-
createProducer
public TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
Description copied from class:ConsumerTask
Returns an object which can produce the effective output table which will be consumed by this task. The table produced by the resulting producer can be fed to theConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.- Specified by:
createProducer
in classConsumerTask
- Parameters:
env
- execution environment- Returns:
- table producer
- Throws:
uk.ac.starlink.task.TaskException
-
-