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

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

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

Methods in org.knime.core.node.workflow that return ConnectionContainer
 ConnectionContainer WorkflowManager.addConnection(NodeID source, int sourcePort, NodeID dest, int destPort)
          Add new connection - throw Exception if the same connection already exists.
 ConnectionContainer WorkflowManager.getIncomingConnectionFor(NodeID id, int portIdx)
          Returns the incoming connection of the node with the passed node id at the specified port.
 ConnectionContainer ConnectionUIInformationEvent.getSource()
          
 

Methods in org.knime.core.node.workflow that return types with arguments of type ConnectionContainer
 Collection<ConnectionContainer> WorkflowManager.getConnectionContainers()
           
(package private)  Set<ConnectionContainer> Workflow.getConnectionsByDest(NodeID id)
          Return all connections having the same destination.
(package private)  Set<ConnectionContainer> Workflow.getConnectionsBySource(NodeID id)
          Return all connections having the same destination.
(package private)  Collection<Set<ConnectionContainer>> Workflow.getConnectionsBySourceValues()
           
 Set<ConnectionContainer> WorkflowManager.getIncomingConnectionsFor(NodeID id)
          Get all incoming connections for a node.
 Set<ConnectionContainer> WorkflowManager.getOutgoingConnectionsFor(NodeID id)
          Get all outgoing connections for a node.
 Set<ConnectionContainer> WorkflowManager.getOutgoingConnectionsFor(NodeID id, int portIdx)
          Returns the set of outgoing connections for the node with the passed id at the specified port.
 

Methods in org.knime.core.node.workflow with parameters of type ConnectionContainer
 boolean WorkflowManager.canRemoveConnection(ConnectionContainer cc)
          Check if a connection can safely be removed.
 void WorkflowManager.removeConnection(ConnectionContainer cc)
          Remove connection.
protected  void WorkflowPersistorVersion200.saveConnection(NodeSettingsWO settings, ConnectionContainer connection)
           
 

Constructors in org.knime.core.node.workflow with parameters of type ConnectionContainer
ConnectionUIInformationEvent(ConnectionContainer src, UIInformation uiInformation)
           
WorkflowPersistor.ConnectionContainerTemplate(ConnectionContainer original, boolean preserveDeletableFlag)
          Copies an existing connection (used for copy&paste).
 



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.