org.knime.core.node
Class ExtensionTable.LoadContext

java.lang.Object
  extended by org.knime.core.node.ExtensionTable.LoadContext
Enclosing class:
ExtensionTable

public static final class ExtensionTable.LoadContext
extends Object

Various parameters needed for loading an extension table.


Method Summary
 ReferencedFile getDataFileRef()
           
 ExecutionMonitor getExecutionMonitor()
           
 NodeSettingsRO getSettings()
           
 BufferedDataTable getTable(int id)
          Resolves a reference to another table by id.
 DataTableSpec getTableSpec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataFileRef

public ReferencedFile getDataFileRef()
Returns:
the location of the zip file where the data is stored.

getTableSpec

public DataTableSpec getTableSpec()
Returns:
the data table spec for this table

getSettings

public NodeSettingsRO getSettings()
Returns:
the settings object, will contain additional meta-data.

getTable

public BufferedDataTable getTable(int id)
Resolves a reference to another table by id.

Parameters:
id - the id to resolve
Returns:
a reference to another table by id

getExecutionMonitor

public ExecutionMonitor getExecutionMonitor()
Returns:
the execution monitor for progress/cancellation


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.