Uses of Interface
org.knime.core.node.workflow.LoopStartNode

Packages that use LoopStartNode
org.knime.base.node.flowvariable.variableloophead   
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.meta.xvalidation The xvalidation package contains all classes for a cross validation flow. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of LoopStartNode in org.knime.base.node.flowvariable.variableloophead
 

Classes in org.knime.base.node.flowvariable.variableloophead that implement LoopStartNode
 class LoopStartVariableNodeModel
          Start of loop: pushes variables in input datatable columns onto stack, taking the values from one row per iteration.
 

Uses of LoopStartNode in org.knime.base.node.meta.feature.backwardelim
 

Classes in org.knime.base.node.meta.feature.backwardelim that implement LoopStartNode
 class BWElimLoopStartNodeModel
          This class is the model for the backward elimination head node.
 

Uses of LoopStartNode in org.knime.base.node.meta.looper
 

Classes in org.knime.base.node.meta.looper that implement LoopStartNode
 class LoopStartCountNodeModel
          This model is the head node of a for loop.
 class LoopStartIntervalNodeModel
          This is the model for the interval loop start node.
 

Uses of LoopStartNode in org.knime.base.node.meta.looper.condition
 

Classes in org.knime.base.node.meta.looper.condition that implement LoopStartNode
 class LoopStartGenericNodeModel
          This class is the model for the condition loop head node.
 

Uses of LoopStartNode in org.knime.base.node.meta.xvalidation
 

Classes in org.knime.base.node.meta.xvalidation that implement LoopStartNode
 class XValidatePartitionModel
          This is the cross validation partitioning node model that divides the input table into partitions.
 

Uses of LoopStartNode in org.knime.core.node
 

Methods in org.knime.core.node that return LoopStartNode
protected  LoopStartNode NodeModel.getLoopStartNode()
          Access method for loop end nodes to access their respective loop start.
 

Methods in org.knime.core.node with parameters of type LoopStartNode
(package private)  void NodeModel.setLoopStartNode(LoopStartNode start)
          Setter used by framework to update loop start node.
 

Uses of LoopStartNode in org.knime.core.node.workflow
 

Subinterfaces of LoopStartNode in org.knime.core.node.workflow
 interface LoopStartNodeTerminator
          Interface for the start node of a loop which provides information about the termination of the loop.
 



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.