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.database Contains nodes to access data via a database connection. 
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.chunk Chunking loop start node. 
org.knime.base.node.meta.looper.columnlist A loop start node that iterates a list of columns and outputs one of them at a time. 
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 org.knime.core.node.config.BaseConfig 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.port.database   
org.knime.core.node.tableview Node implementation of a table view. 
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   
org.knime.core.node.workflow.virtual   
 

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.database
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.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.chunk
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.columnlist
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
CredentialsProvider
          Provides available credential variables for a workflow.
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
          Holds a node in addition to some status information.
SingleNodeContainer.MemoryPolicy
          Available policy how to handle output data.
SingleNodeContainerPersistorVersion1xx
           
SingleNodeContainerPersistorVersion200
           
WorkflowLoadHelper
          Callback class that is used during loading of a workflow to read user credentials and other information.
WorkflowPersistor
           
WorkflowPersistor.LoadResult
           
WorkflowPersistorVersion200.LoadVersion
          A Version representing a specific workflow format.
 

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.port.database
CredentialsProvider
          Provides available credential variables for a workflow.
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.tableview
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).
 

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
Annotation
          An annotation on the workflow.
AnnotationData
           
AnnotationData.StyleRange
          Formatting rule on the text; similar to SWT style range.
AnnotationData.TextAlignment
          Text alignment in annotation.
ConnectionContainer
          Holds all information related to one connection between specific ports of two nodes.
ConnectionContainer.ConnectionType
           
ConnectionID
           
ConnectionProgress
          Contained in a ConnectionProgressEvent which is fired when the progress information has changed.
ConnectionProgressEvent
          This event is fired in order to update the UI with connection statistics and provide animation.
ConnectionProgressListener
          Listener for ConnectionProgressEvent fired when the progress information has changed.
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.
Credentials
          The credentials implementation.
CredentialsProvider
          Provides available credential variables for a workflow.
CredentialsStore
          Container for credentials defined on a workflow.
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.Scope
          Scope of variable.
FlowVariable.Type
          Type of a variable, supports currently only scalars.
ICredentials
          Credentials object representing login/password information.
IllegalLoopException
          Exception that is thrown when a loop is constructed illegally.
LoopEndNode
           
LoopStartNode
           
MetaNodeTemplateInformation
          Additional information that is associated with a meta node that are used as templates.
MetaNodeTemplateInformation.Role
          The template's role.
MetaNodeTemplateInformation.UpdateStatus
           
NodeAnnotation
          Annotation associated with a node.
NodeAnnotationData
           
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
           
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.
NodePropertyChangedEvent
          Event fired when properties of a node change.
NodePropertyChangedEvent.NodeProperty
          Property types that can possibly change.
NodePropertyChangedListener
          A listener interface for objects interested in changed properties of a node.
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.LoopStatus
           
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.
UnsupportedWorkflowVersionException
          Exception that is thrown by the load routines if an unsupported workflow version (created by a future KNIME version) is read.
Workflow
          Container class wrapping wrapping the network of nodes forming a workflow together with some of the basic functionality, especially traversal methods.
Workflow.NodeAndInports
          Helper class for lists of nodes with their inports
WorkflowAnnotation
          Workflow annotation (not associated with a node).
WorkflowCipher
          A cipher object associated with a meta node or workflow.
WorkflowCipherPrompt
          Callback method to query the unlock password for a meta node.
WorkflowCipherPrompt.PromptCancelled
          Thrown to indicate that user gives up entering the password.
WorkflowCopyContent
          Class representing node IDs and workflow annotations that need to be copied from a workflow.
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.
WorkflowLoadHelper
          Callback class that is used during loading of a workflow to read user credentials and other information.
WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy
          How to proceed when a workflow written with a future KNIME version is loaded.
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.MetaNodeLinkUpdateResult
           
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
           
 

Classes in org.knime.core.node.workflow used by org.knime.core.node.workflow.virtual
FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
LoopEndParallelizeNode
           
NodeID
          Holds hierarchical ID of a node.
NodeStateChangeListener
          Interface for clients that are interested in notifications about state changes of a node.
NodeStateEvent
           
WorkflowManager
          Container holding nodes and connections of a (sub) workflow.
 



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.