org.knime.core.node.workflow
Class Workflow.NodeAndInports

java.lang.Object
  extended by org.knime.core.node.workflow.Workflow.NodeAndInports
Enclosing class:
Workflow

 class Workflow.NodeAndInports
extends Object

Helper class for lists of nodes with their inports


Constructor Summary
Workflow.NodeAndInports(NodeID id, Integer portIx, int depth)
           
 
Method Summary
 void addInport(int ip)
           
 int getDepth()
           
 NodeID getID()
           
 Set<Integer> getInports()
           
 void setDepth(int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Workflow.NodeAndInports

public Workflow.NodeAndInports(NodeID id,
                               Integer portIx,
                               int depth)
Method Detail

getID

public NodeID getID()

getInports

public Set<Integer> getInports()

addInport

public void addInport(int ip)

setDepth

public void setDepth(int d)

getDepth

public int getDepth()


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.