org.knime.core.node.workflow
Class ConnectionID

java.lang.Object
  extended by 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.
 
Method Summary
 boolean equals(Object obj)
          
 NodeID getDestinationNode()
           
 int getDestinationPort()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionID

public ConnectionID(NodeID destNode,
                    int destPort)
A connection is identified by its destination node and port index.

Parameters:
destNode - the endpoint of the connection
destPort - the port index of the destination node
Method Detail

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.