public interface TablesInput
| 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. 
 | 
AbstractInputTableParameter<?> | 
getInputTableParameter(int i)
Returns a parameter used for acquiring one of the numbered input tables. 
 | 
Parameter<?>[] | 
getParameters()
Returns the parameters associated with this object. 
 | 
Parameter<?>[] getParameters()
InputTableSpec[] getInputSpecs(Environment env) throws TaskException
env - execution environmentTaskExceptionAbstractInputTableParameter<?> getInputTableParameter(int i)
Behaviour is undefined if you ask for a table index not applicable to this input.
i - table index (0-based)FilterParameter getFilterParameter(int i)
Behaviour is undefined if you ask for a table index not applicable to this input.
i - table index (0-based)Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.