|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.FixedTablesInput
public class FixedTablesInput
TablesInput which has a fixed number of input tables. Each input table gets its own numbered table parameter and (if requested) filter parameter - in1, in2, in3, ... and icmd1, icmd2, icmd3, ...
Constructor Summary | |
---|---|
FixedTablesInput(int nIn,
boolean useInFilters)
Constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedTablesInput(int nIn, boolean useInFilters)
nIn
- number of input tablesuseInFilters
- whether to use input filter parametersMethod Detail |
---|
public Parameter[] getParameters()
TablesInput
getParameters
in interface TablesInput
public InputTableSpec[] getInputSpecs(Environment env) throws TaskException
TablesInput
getInputSpecs
in interface TablesInput
env
- execution environment
TaskException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |