TableMapperpublic class ColumnSelectionMapper extends java.lang.Object implements TableMapper
| Constructor | Description |
|---|---|
ColumnSelectionMapper() |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
TableMapping |
createMapping(uk.ac.starlink.task.Environment env,
int nin) |
Creates a new mapping object, using a given execution environment
for any additional required state.
|
WordsParameter |
getColumnsParameter() |
Returns the parameter which specifies the column IDs for use.
|
uk.ac.starlink.task.Parameter[] |
getParameters() |
Returns the parameters defined by this mapper.
|
public uk.ac.starlink.task.Parameter[] getParameters()
TableMappergetParameters in interface TableMapperpublic TableMapping createMapping(uk.ac.starlink.task.Environment env, int nin) throws uk.ac.starlink.task.TaskException
TableMappercreateMapping in interface TableMapperenv - execution environmentnin - number of input tables that the mapping will operate on
if known; -1 if notuk.ac.starlink.task.TaskExceptionpublic WordsParameter getColumnsParameter()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.