ca.quine.jcommons.transform.graph
Class PathKey

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

public class PathKey
extends Object


Constructor Summary
PathKey(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

PathKey

public PathKey(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