Uses of Interface
org.knime.core.node.workflow.NodeOutPort

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

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

Classes in org.knime.core.node.workflow that implement NodeOutPort
 class NodeContainerOutPort
          The implementation of an OutPort of a SingleNodeContainer - e.g.
 class NodeOutPortWrapper
           
 class WorkflowOutPort
           
 

Methods in org.knime.core.node.workflow that return NodeOutPort
abstract  NodeOutPort NodeContainer.getOutPort(int index)
           
 NodeOutPort SingleNodeContainer.getOutPort(int index)
          Returns the output port for the given portID.
(package private)  NodeOutPort NodeOutPortWrapper.getUnderlyingPort()
           
 NodeOutPort WorkflowInPort.getUnderlyingPort()
           
 NodeOutPort WorkflowManager.getWorkflowIncomingPort(int i)
           
 

Methods in org.knime.core.node.workflow with parameters of type NodeOutPort
(package private)  void NodeOutPortWrapper.setUnderlyingPort(NodeOutPort p)
          Set a new underlying port - used when the connection inside this workflow to this outgoing port changes.
(package private)  void WorkflowInPort.setUnderlyingPort(NodeOutPort port)
           
 



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.