uk.ac.starlink.ttools.task
Class TableCube

java.lang.Object
  extended by uk.ac.starlink.ttools.task.ConsumerTask
      extended by uk.ac.starlink.ttools.task.SingleMapperTask
          extended by uk.ac.starlink.ttools.task.TableCube
All Implemented Interfaces:
uk.ac.starlink.task.Task

public class TableCube
extends SingleMapperTask

Task implementation for the histogram array creation task.

Since:
3 May 2006
Author:
Mark Taylor

Constructor Summary
TableCube()
           
 
Method Summary
protected  TableProducer createProducer(uk.ac.starlink.task.Environment env)
          Returns an object which can produce the effective output table which will be consumed by this task.
 
Methods inherited from class uk.ac.starlink.ttools.task.SingleMapperTask
createInputProducer
 
Methods inherited from class uk.ac.starlink.ttools.task.ConsumerTask
createExecutable, createProducer, getOutputMode, getParameterList, getParameters, getPurpose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCube

public TableCube()
Method Detail

createProducer

protected TableProducer createProducer(uk.ac.starlink.task.Environment env)
                                throws uk.ac.starlink.task.TaskException
Description copied from class: ConsumerTask
Returns an object which can produce the effective output table which will be consumed by this task.

Specified by:
createProducer in class ConsumerTask
Parameters:
env - execution environment
Returns:
table producer
Throws:
uk.ac.starlink.task.TaskException


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.