uk.ac.starlink.ttools.task
Class TableLoop
java.lang.Object
uk.ac.starlink.ttools.task.ConsumerTask
uk.ac.starlink.ttools.task.TableLoop
- All Implemented Interfaces:
- uk.ac.starlink.task.Task
public class TableLoop
- extends ConsumerTask
Creates a single-column table with values dispensed from a for loop.
- Since:
- 4 Nov 2013
- Author:
- Mark Taylor
Method Summary |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableLoop
public TableLoop()
- Constructor.
createProducer
public 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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.