org.knime.core.node
Interface BufferedDataTableHolder

All Known Implementing Classes:
PMCCNodeModel, TableNodeModel

public interface BufferedDataTableHolder

Interface which allows a NodeModel to hold (and keep) internal BufferedDataTables. The framework will make sure to retrieve this table from the model and set them again, for example after the workflow has been loaded. USE WITH CARE! In all likelihood if you are using this interface you really should not use it. Storing BDTs inside a NodeModel is bad practice.

Author:
M. Berthold, University of Konstanz

Method Summary
 BufferedDataTable[] getInternalTables()
           
 void setInternalTables(BufferedDataTable[] tables)
          Allows the WorkflowManager to set information about new BDTs, for instance after load.
 

Method Detail

getInternalTables

BufferedDataTable[] getInternalTables()
Returns:
array of BDTs which are held and used internally.

setInternalTables

void setInternalTables(BufferedDataTable[] tables)
Allows the WorkflowManager to set information about new BDTs, for instance after load.

Parameters:
tables - the array of new tables


Copyright, 2003 - 2010. 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.