|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |