org.knime.core.node.workflow
Class ConnectionID
java.lang.Object
org.knime.core.node.workflow.ConnectionID
public class ConnectionID
- extends Object
- Author:
- ohl, University of Konstanz
|
Constructor Summary |
ConnectionID(NodeID destNode,
int destPort)
A connection is identified by its destination node and port index. |
ConnectionID
public ConnectionID(NodeID destNode,
int destPort)
- A connection is identified by its destination node and port index.
- Parameters:
destNode - the endpoint of the connectiondestPort - the port index of the destination node
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
getDestinationNode
public NodeID getDestinationNode()
- Returns:
- the destinationNode
getDestinationPort
public int getDestinationPort()
- Returns:
- the destinationPort
Copyright, 2003 - 2012. 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.