|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.InputTableSpec
public abstract class InputTableSpec
Provides the specifications for a single input table.
Constructor Summary | |
---|---|
InputTableSpec(String loc,
ProcessingStep[] steps)
Constructor. |
Method Summary | |
---|---|
static InputTableSpec |
createSpec(String loc,
ProcessingStep[] steps,
uk.ac.starlink.table.StarTable table)
Returns an InputTableSpec with a fixed table value. |
abstract uk.ac.starlink.table.StarTable |
getInputTable()
Returns input table. |
String |
getLocation()
Returns input table location as specified in the parameter value. |
ProcessingStep[] |
getSteps()
Returns the array of processing steps which constitutes the processing pipeline. |
uk.ac.starlink.table.StarTable |
getWrappedTable()
Returns the input table processed by all of the accumulated processing steps associated with this spec. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputTableSpec(String loc, ProcessingStep[] steps)
loc
- original table locationsteps
- processing pipelineMethod Detail |
---|
public abstract uk.ac.starlink.table.StarTable getInputTable() throws uk.ac.starlink.task.TaskException
uk.ac.starlink.task.TaskException
public ProcessingStep[] getSteps()
public String getLocation()
public uk.ac.starlink.table.StarTable getWrappedTable() throws IOException, uk.ac.starlink.task.TaskException
IOException
uk.ac.starlink.task.TaskException
public static InputTableSpec createSpec(String loc, ProcessingStep[] steps, uk.ac.starlink.table.StarTable table)
loc
- original table locationsteps
- processing pipelinetable
- input table
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |