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
createProducerMethods 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:MapperTaskReturns this task's Mapper object.- Overrides:
getMapperin classMapperTask- Returns:
- mapper
-
getTablesInput
Description copied from class:MapperTaskReturns the object used for acquiring input tables from the environment.- Overrides:
getTablesInputin classMapperTask- Returns:
- tables input
-