uk.ac.starlink.ttools.task
Interface TablesInput

All Known Implementing Classes:
FixedTablesInput, HomogeneousTablesInput, VariableTablesInput

public interface TablesInput

Interface for an object which can acquire multiple input tables.

Since:
2 Jul 2010
Author:
Mark Taylor

Method Summary
 InputTableSpec[] getInputSpecs(Environment env)
          Returns an array of InputTableSpec objects describing the input tables used by this task.
 Parameter[] getParameters()
          Returns the parameters associated with this object.
 

Method Detail

getParameters

Parameter[] getParameters()
Returns the parameters associated with this object.

Returns:
parameters

getInputSpecs

InputTableSpec[] getInputSpecs(Environment env)
                               throws TaskException
Returns an array of InputTableSpec objects describing the input tables used by this task.

Parameters:
env - execution environment
Returns:
input table specifiers
Throws:
TaskException


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