public class FixedTablesInput extends Object implements TablesInput
| Constructor and Description | 
|---|
FixedTablesInput(int nIn,
                boolean useInFilters)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FilterParameter | 
getFilterParameter(int i)
Returns a parameter used for acquiring an input filter for
 one of the numbered input tables. 
 | 
InputTableSpec[] | 
getInputSpecs(Environment env)
Returns an array of InputTableSpec objects describing the input tables
 used by this task. 
 | 
InputTableParameter | 
getInputTableParameter(int i)
Returns a parameter used for acquiring one of the numbered input tables. 
 | 
Parameter<?>[] | 
getParameters()
Returns the parameters associated with this object. 
 | 
public FixedTablesInput(int nIn,
                        boolean useInFilters)
nIn - number of input tablesuseInFilters - whether to use input filter parameterspublic Parameter<?>[] getParameters()
TablesInputgetParameters in interface TablesInputpublic InputTableSpec[] getInputSpecs(Environment env) throws TaskException
TablesInputgetInputSpecs in interface TablesInputenv - execution environmentTaskExceptionpublic InputTableParameter getInputTableParameter(int i)
TablesInputBehaviour is undefined if you ask for a table index not applicable to this input.
getInputTableParameter in interface TablesInputi - table index (0-based)public FilterParameter getFilterParameter(int i)
TablesInputBehaviour is undefined if you ask for a table index not applicable to this input.
getFilterParameter in interface TablesInputi - table index (0-based)Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.