|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.mode.CubeMode
public class CubeMode
Output mode for generating an N-dimenaional histogram of data points from a selection of N columns of the input table.
Constructor Summary | |
---|---|
CubeMode()
Constructor. |
Method Summary | |
---|---|
TableConsumer |
createConsumer(Environment env)
Creates a TableConsumer, deriving any additional required configuration from a given environment. |
Parameter[] |
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode. |
String |
getDescription()
Returns a textual description of this processing mode. |
void |
setColumnsParameter(WordsParameter colsParam)
Configures the parameter which acquires the columns used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CubeMode()
Method Detail |
---|
public String getDescription()
ProcessingMode
getDescription
in interface ProcessingMode
public Parameter[] getAssociatedParameters()
ProcessingMode
getAssociatedParameters
in interface ProcessingMode
public TableConsumer createConsumer(Environment env) throws TaskException
ProcessingMode
createConsumer
in interface ProcessingMode
env
- execution environment
TaskException
public void setColumnsParameter(WordsParameter colsParam)
createConsumer(uk.ac.starlink.task.Environment)
is
called).
colsParam
- column enumeration parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |