org.knime.core.node.workflow
Interface LoopStartParallelizeNode

All Superinterfaces:
LoopStartNode

public interface LoopStartParallelizeNode
extends LoopStartNode

Author:
wiswedel, University of Konstanz

Method Summary
 int getNrRemoteChunks()
           
 VirtualNodeInput getVirtualNodeInput(int chunkIndex)
           
 void setChunkMaster(ParallelizedChunkContentMaster pccm)
          Set parallel chunk master so the start node has access to clean up when reset.
 

Method Detail

getVirtualNodeInput

VirtualNodeInput getVirtualNodeInput(int chunkIndex)
Parameters:
chunkIndex - index
Returns:
virtual input node for the given chunk

getNrRemoteChunks

int getNrRemoteChunks()
Returns:
overall number of remote chunks (excluding the one that is processed by the node itself!)

setChunkMaster

void setChunkMaster(ParallelizedChunkContentMaster pccm)
Set parallel chunk master so the start node has access to clean up when reset.

Parameters:
pccm - matching @see{ParallelizedChunkContentMaster}


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.