Package uk.ac.starlink.ttools.task
Class TapQuerier
java.lang.Object
uk.ac.starlink.ttools.task.ConsumerTask
uk.ac.starlink.ttools.task.MapperTask
uk.ac.starlink.ttools.task.TapQuerier
- All Implemented Interfaces:
uk.ac.starlink.task.Task
Performs a TAP query.
- Since:
- 21 Feb 2011
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns this task's Mapper object.Returns the object used for acquiring input tables from the environment.Methods inherited from class uk.ac.starlink.ttools.task.MapperTask
createProducer
Methods inherited from class uk.ac.starlink.ttools.task.ConsumerTask
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
-
Constructor Details
-
TapQuerier
public TapQuerier()
-
-
Method Details
-
getMapper
Description copied from class:MapperTask
Returns this task's Mapper object.- Overrides:
getMapper
in classMapperTask
- Returns:
- mapper
-
getTablesInput
Description copied from class:MapperTask
Returns the object used for acquiring input tables from the environment.- Overrides:
getTablesInput
in classMapperTask
- Returns:
- tables input
-