|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.ColumnSelectionMapper
public class ColumnSelectionMapper
Mapper which operates on a user-supplied selection of the columns of the input table.
Constructor Summary | |
---|---|
ColumnSelectionMapper()
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnSelectionMapper()
Method Detail |
---|
public uk.ac.starlink.task.Parameter[] getParameters()
TableMapper
getParameters
in interface TableMapper
public TableMapping createMapping(uk.ac.starlink.task.Environment env, int nin) throws uk.ac.starlink.task.TaskException
TableMapper
createMapping
in interface TableMapper
env
- execution environmentnin
- number of input tables that the mapping will operate on
if known; -1 if not
uk.ac.starlink.task.TaskException
public WordsParameter getColumnsParameter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |