|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getConnection(ConnectionID id)
Gets a connection by id. |
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()
|
ConnectionContainer |
ConnectionProgressEvent.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 static void |
WorkflowPersistorVersion200.saveConnection(NodeSettingsWO settings,
ConnectionContainer connection)
|
| Constructors in org.knime.core.node.workflow with parameters of type ConnectionContainer | |
|---|---|
ConnectionProgressEvent(ConnectionContainer src,
ConnectionProgress progress)
|
|
ConnectionUIInformationEvent(ConnectionContainer src,
ConnectionUIInformation uiInformation)
|
|
WorkflowPersistor.ConnectionContainerTemplate(ConnectionContainer original,
boolean preserveDeletableFlag)
Copies an existing connection (used for copy&paste). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||