ca.quine.jcommons.transform.graph
Class EdgeKey

java.lang.Object
  |
  +--ca.quine.jcommons.transform.graph.EdgeKey

public class EdgeKey
extends Object


Constructor Summary
EdgeKey(String sourceLabel, String destLabel)
           
 
Method Summary
 boolean equals(Object object)
           
 String getDestLabel()
           
 String getSourceLabel()
           
 int hashCode()
           
 void setDestLabel(String destLabel)
           
 void setSourceLabel(String sourceLabel)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EdgeKey

public EdgeKey(String sourceLabel,
               String destLabel)
Method Detail

getDestLabel

public String getDestLabel()

setDestLabel

public void setDestLabel(String destLabel)

getSourceLabel

public String getSourceLabel()

setSourceLabel

public void setSourceLabel(String sourceLabel)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object