Uses of Class
org.knime.core.node.workflow.FlowObject

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

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

Subclasses of FlowObject in org.knime.core.node.workflow
 class FlowLoopContext
          Special FlowObject holding loop information.
static class FlowLoopContext.RestoredFlowLoopContext
           
 class FlowVariable
          FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
 

Methods in org.knime.core.node.workflow with type parameters of type FlowObject
<T extends FlowObject>
T
FlowObjectStack.peek(Class<T> type)
           
<T extends FlowObject>
T
FlowObjectStack.pop(Class<T> type)
          Removes all elements from the stack whose class is not of the given type.
 

Methods in org.knime.core.node.workflow that return FlowObject
protected  FlowObject FlowObject.clone()
          
protected  FlowObject FlowObject.cloneAndUnsetOwner()
           
protected  FlowObject FlowLoopContext.cloneAndUnsetOwner()
          
 

Methods in org.knime.core.node.workflow that return types with arguments of type FlowObject
 List<FlowObject> SingleNodeContainerPersistorVersion1xx.getFlowObjects()
          
 List<FlowObject> CopySingleNodeContainerPersistor.getFlowObjects()
          
 List<FlowObject> SingleNodeContainerPersistor.getFlowObjects()
           
(package private)  List<FlowObject> FlowObjectStack.getFlowObjectsOwnedBy(NodeID id)
          Get all objects on the stack that are owned by the node with the given id.
 Iterator<FlowObject> FlowObjectStack.iterator()
          Get iterator on elements, top of stack first.
protected  List<FlowObject> SingleNodeContainerPersistorVersion1xx.loadFlowObjects(NodeSettingsRO settings)
           
protected  List<FlowObject> SingleNodeContainerPersistorVersion200.loadFlowObjects(NodeSettingsRO settings)
          
 

Methods in org.knime.core.node.workflow with parameters of type FlowObject
 void FlowObjectStack.push(FlowObject item)
           
 void NodeContainer.removeWaitingLoopHeadNode(FlowObject so)
          Remove element from list of waiting loops.
 



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.