Uses of Package
org.knime.core.node.workflow

Packages that use org.knime.core.node.workflow
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.variableloophead   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
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.config Contains a utility class Config to store a general state (i.e. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.exec   
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.node.workflow.execresult   
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.flowvariable.appendvariabletotable
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.flowvariable.variableloophead
LoopStartNode
           
LoopStartNodeTerminator
          Interface for the start node of a loop which provides information about the termination of the loop.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.flowvariable.variabletotablerow
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.io.filereader
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.meta.feature.backwardelim
LoopEndNode
           
LoopStartNode
           
LoopStartNodeTerminator
          Interface for the start node of a loop which provides information about the termination of the loop.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.meta.looper
LoopEndNode
           
LoopStartNode
           
LoopStartNodeTerminator
          Interface for the start node of a loop which provides information about the termination of the loop.
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.meta.looper.condition
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
LoopEndNode
           
LoopStartNode
           
 

Classes in org.knime.core.node.workflow used by org.knime.base.node.meta.xvalidation
LoopEndNode
           
LoopStartNode
           
LoopStartNodeTerminator
          Interface for the start node of a loop which provides information about the termination of the loop.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node
FlowLoopContext
          Special FlowObject holding loop information.
FlowObjectStack
          Container for the stack that keeps for an individual node the FlowObjectStack information.
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
LoopEndNode
           
LoopStartNode
           
NodeContainer
          Abstract super class for containers holding node or just structural information of a meta node.
NodeContainer.NodeContainerSettings.SplitType
           
NodeMessageListener
          Listener interface for classes that want to get informed about new node messages.
NodeProgress
          Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or null), or the progress message (could also be null).
NodeProgressEvent
           
NodeProgressListener
          Listener for NodeProgressEvent fired when the progress information has changed.
SingleNodeContainer.MemoryPolicy
          Available policy how to handle output data.
SingleNodeContainerPersistorVersion1xx
           
SingleNodeContainerPersistorVersion200
           
WorkflowPersistor.LoadResult
           
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.config
FlowObjectStack
          Container for the stack that keeps for an individual node the FlowObjectStack information.
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.defaultnodesettings
FlowVariable.Type
          Type of a variable, supports currently only scalars.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.exec
NodeContainer
          Abstract super class for containers holding node or just structural information of a meta node.
NodeContainer.NodeContainerSettings.SplitType
           
NodeExecutionJob
          Runnable that represents the execution of a node.
NodeExecutionJobManager
          Main entry point for compute intensive jobs.
NodeExecutionJobManagerFactory
          Main entry point for compute intensive jobs.
NodeExecutionJobManagerPanel
          Settings panel for NodeExecutionJobManagers.
NodeExecutionJobReconnectException
           
SingleNodeContainer
          Holds a node in addition to some status information.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.util
NodeExecutionJobManager
          Main entry point for compute intensive jobs.
NodeExecutionJobManagerFactory
          Main entry point for compute intensive jobs.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.workflow
ConnectionContainer
          Holds all information related to one connection between specific ports of two nodes.
ConnectionContainer.ConnectionType
           
ConnectionUIInformation
          Default implementation of a connection extra info.
ConnectionUIInformationEvent
          Event that's fired by a ConnectionContainer when its UI information changes.
ConnectionUIInformationListener
          Listener for ui information changes on ConnectionContainer.
FlowLoopContext
          Special FlowObject holding loop information.
FlowObject
          Object holding base information for a loop context object: the head and tail IDs of the loop's "control" node.
FlowObjectStack
          Container for the stack that keeps for an individual node the FlowObjectStack information.
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
JobManagerChangedEvent
           
JobManagerChangedListener
           
LoopStartNode
           
NodeContainer
          Abstract super class for containers holding node or just structural information of a meta node.
NodeContainer.NodeContainerSettings
          Helper class that defines load/save routines for general NodeContainer properties.
NodeContainer.NodeContainerSettings.SplitType
           
NodeContainer.State
          possible status values of a NodeContainer.
NodeContainerMetaPersistor
           
NodeContainerMetaPersistorVersion1xx
           
NodeContainerMetaPersistorVersion200
           
NodeContainerPersistor
           
NodeExecutionJob
          Runnable that represents the execution of a node.
NodeExecutionJobManager
          Main entry point for compute intensive jobs.
NodeExecutionJobManagerPanel
          Settings panel for NodeExecutionJobManagers.
NodeExecutionJobReconnectException
           
NodeID
          Holds hierarchical ID of a node.
NodeInPort
          Implements a node's input port.
NodeMessage
           
NodeMessage.Type
          Enum for the possible types of messages, sorted by severity.
NodeMessageEvent
           
NodeMessageListener
          Listener interface for classes that want to get informed about new node messages.
NodeOutPort
          Interface for a node's output port.
NodeOutPortWrapper
           
NodePort
          Abstract node port implementation which keeps an index and a port name.
NodePortAdaptor
           
NodeProgress
          Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or null), or the progress message (could also be null).
NodeProgressEvent
           
NodeProgressListener
          Listener for NodeProgressEvent fired when the progress information has changed.
NodeStateChangeListener
          Interface for clients that are interested in notifications about state changes of a node.
NodeStateEvent
           
NodeUIInformation
          Special NodeExtraInfo object used by the workflow editor.
NodeUIInformationEvent
           
NodeUIInformationListener
           
OutPortView
           
SingleNodeContainer
          Holds a node in addition to some status information.
SingleNodeContainer.MemoryPolicy
          Available policy how to handle output data.
SingleNodeContainer.SingleNodeContainerSettings
          Handles the settings specific to a SingleNodeContainer.
SingleNodeContainerPersistor
           
SingleNodeContainerPersistorVersion1xx
           
SingleNodeContainerPersistorVersion200
           
UIInformation
          Basic interface for extra information.
Workflow
          Container class wrapping wrapping the network of nodes forming a workflow together with some of the basic functionality, especially traversal methods.
WorkflowEvent
          Event-class for workflow events.
WorkflowEvent.Type
          Enumeration of all workflow events that are interesting for the GUI.
WorkflowInPort
           
WorkflowListener
          Interface for listeners that receive workflow events.
WorkflowManager
          Container holding nodes and connections of a (sub) workflow.
WorkflowOutPort
           
WorkflowPersistor
           
WorkflowPersistor.ConnectionContainerTemplate
          Helper class representing a connection.
WorkflowPersistor.LoadResult
           
WorkflowPersistor.LoadResultEntry
           
WorkflowPersistor.LoadResultEntry.LoadResultEntryType
           
WorkflowPersistor.WorkflowLoadResult
           
WorkflowPersistor.WorkflowPortTemplate
           
WorkflowPersistorVersion1xx
           
WorkflowPersistorVersion200
           
WorkflowPersistorVersion200.LoadVersion
          A Version representing a specific workflow format.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.workflow.execresult
NodeID
          Holds hierarchical ID of a node.
NodeMessage
           
 



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.