Uses of Class
org.knime.core.node.workflow.execresult.NodeContainerExecutionResult

Packages that use NodeContainerExecutionResult
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.node.workflow.execresult   
 

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

Methods in org.knime.core.node.workflow that return NodeContainerExecutionResult
abstract  NodeContainerExecutionResult NodeContainer.createExecutionResult(ExecutionMonitor exec)
          Saves all internals that are necessary to mimic the computed result into a new execution result object.
 

Methods in org.knime.core.node.workflow with parameters of type NodeContainerExecutionResult
 void NodeContainer.loadExecutionResult(NodeContainerExecutionResult result, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult)
          Load information from execution result.
 void WorkflowManager.loadExecutionResult(NodeContainerExecutionResult result, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult)
          Load information from execution result.
 void SingleNodeContainer.loadExecutionResult(NodeContainerExecutionResult execResult, ExecutionMonitor exec, WorkflowPersistor.LoadResult loadResult)
          Load information from execution result.
protected  void NodeContainer.saveExecutionResult(NodeContainerExecutionResult result)
          Saves all information that is held in this abstract NodeContainer into the argument.
 

Uses of NodeContainerExecutionResult in org.knime.core.node.workflow.execresult
 

Subclasses of NodeContainerExecutionResult in org.knime.core.node.workflow.execresult
 class SingleNodeContainerExecutionResult
          Specialized execution result for SingleNodeContainer.
 class WorkflowExecutionResult
          Specialized execution result for WorkflowManager.
 

Methods in org.knime.core.node.workflow.execresult that return types with arguments of type NodeContainerExecutionResult
 Map<NodeID,NodeContainerExecutionResult> WorkflowExecutionResult.getExecutionResultMap()
           
 

Methods in org.knime.core.node.workflow.execresult with parameters of type NodeContainerExecutionResult
 boolean WorkflowExecutionResult.addNodeExecutionResult(NodeID id, NodeContainerExecutionResult execResult)
          Adds the execution result for a child node.
 



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.