org.knime.core.node.workflow.virtual
Class VirtualNodeInput

java.lang.Object
  extended by org.knime.core.node.workflow.virtual.VirtualNodeInput

public final class VirtualNodeInput
extends Object

Utility object that represents the output objects of virtual input nodes.

Author:
wiswedel, University of Konstanz

Constructor Summary
VirtualNodeInput(PortObject[] inputObjects, int chunkIndex)
           
VirtualNodeInput(PortObject[] inputObjects, List<FlowVariable> flowVariables, int chunkIndex)
           
 
Method Summary
 int getChunkIndex()
           
 List<FlowVariable> getFlowVariables()
           
 PortObject[] getInputObjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualNodeInput

public VirtualNodeInput(PortObject[] inputObjects,
                        int chunkIndex)
Parameters:
inputObjects -
chunkIndex -

VirtualNodeInput

public VirtualNodeInput(PortObject[] inputObjects,
                        List<FlowVariable> flowVariables,
                        int chunkIndex)
Parameters:
inputObjects -
flowVariables -
chunkIndex -
Method Detail

getInputObjects

public PortObject[] getInputObjects()
Returns:
the inputObjects

getFlowVariables

public List<FlowVariable> getFlowVariables()
Returns:
the flowVariables

getChunkIndex

public int getChunkIndex()
Returns:
the chunkIndex


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.