public class HomogeneousTablesInput extends Object implements TablesInput
| Constructor and Description |
|---|
HomogeneousTablesInput(boolean useInFilter)
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.
|
InputTablesParameter |
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 HomogeneousTablesInput(boolean useInFilter)
useInFilter - whether preprocessing filters are permittedpublic Parameter<?>[] getParameters()
TablesInputgetParameters in interface TablesInputpublic InputTableSpec[] getInputSpecs(Environment env) throws TaskException
TablesInputgetInputSpecs in interface TablesInputenv - execution environmentTaskExceptionpublic InputTablesParameter 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.